Releases: Urigo/graphql-scalars
v1.8.0
Contact us here for help, more necessary open source tools and Enterprise support
or Chat with us on discord
- NEW SCALAR - Add the GraphQLJWT scalar to support the JSON Web Token standard. (#734) - Thanks @carlocorradini <3
v1.7.1
v1.7.0
v1.6.1
v1.5.0
Contact us here for help, more necessary open source tools and Enterprise support
or Chat with us on discord
NEW SCALAR LocalDate
and LocalTime
scalars (#533) - Thanks @chrskrchr !
v1.4.0
Contact us here for help, more necessary open source tools and Enterprise support
or Chat with us on discord
NEW SCALAR UUID
(Universally unique identifier) as an alias of GUID
(#518) (#512) - Thanks @carlocorradini !
v1.3.0
Contact us here for help, more necessary open source tools and Enterprise support
or Chat with us on discord
NEW SCALAR NonEmptyString
(#512) - Thanks @maxwellsmart84 !
NEW SCALAR ISO8601Duration
(#511) - Thanks @vespertilian !
v1.2.7
1.2.6
Contact us here for help, more necessary open source tools and Enterprise support
or Chat with us on discord
- Less strict DateTime scalar #395
- If JS Date accepts a value as a valid Date even if it is not RFC 3339 format,
DateTime
scalar will accept it, too and serialize in RFC 3339 format.
- If JS Date accepts a value as a valid Date even if it is not RFC 3339 format,
1.2.5
Contact us here for help, more necessary open source tools and Enterprise support
or Chat with us on discord
- Support JS Date input for DateTime scalar - See #414 (comment)