Skip to content

Releases: Urigo/graphql-scalars

v1.21.0

24 Mar 12:05
b1dad3a
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v1.20.1

11 Nov 13:33
49d40cb
Compare
Choose a tag to compare

Patch Changes

v1.20.0

22 Oct 10:01
c505052
Compare
Choose a tag to compare

Minor Changes

v1.19.0

10 Oct 10:11
2216d12
Compare
Choose a tag to compare

Minor Changes

  • 8ba194c Thanks
    @ardatan! - - feat: add IP scalar (#1717) - Thanks @mammadatei!
    • feat: add SemVer scalar (#1728) - Thanks @mammadatei!

v1.18.0

10 Aug 18:48
84bcd20
Compare
Choose a tag to compare

Minor Changes

  • 4db9d82 Thanks
    @saihaj! - CUID Scalar

    A field whose value conforms to the standard cuid format as specified in
    This Repo.

v1.10.0

05 Jul 12:49
5b14acd
Compare
Choose a tag to compare
  • ESM Support

v1.9.1

24 Apr 11:42
Compare
Choose a tag to compare

Contact us here for help, more necessary open source tools and Enterprise support
or Chat with us on discord

  • Support lower case date time strings #469 (#836)

v1.9.0

08 Mar 14:19
Compare
Choose a tag to compare

Contact us here for help, more necessary open source tools and Enterprise support
or Chat with us on discord

v1.8.0

26 Feb 13:18
Compare
Choose a tag to compare

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

17 Feb 21:19
a730abe
Compare
Choose a tag to compare

Contact us here for help, more necessary open source tools and Enterprise support
or Chat with us on discord

  • fix(Byte): hexValidator should remove leading 0 (#717) - Thanks @rufman !