Skip to content

Releases: graphql-hive/graphql-scalars

1.2.6

30 Jul 10:54

Choose a tag to compare

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.

1.2.5

30 Jul 10:48

Choose a tag to compare

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

1.2.4

30 Jul 00:24

Choose a tag to compare

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

1.2.1

09 Jul 14:11
af9a263

Choose a tag to compare

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

  • Make GraphQLLong treeshakable

1.1.7

21 Jun 14:06

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 the environments that don't have BigInt implementation

1.1.6

19 Jun 14:49

Choose a tag to compare

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

1.1.5

29 May 16:01

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: ISBN resolver shouldn't require "ISBN" prefix #347 (#350)
  • Thanks @ryanhs !
  • NEW SCALAR add UtcOffset scalar (#346)
  • Thanks @ryanhs !
  • Fix typing issue with URL #348.

1.1.3

25 May 20:30

Choose a tag to compare

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

  • Add Void scalar type #326
  • IBAN validation ignores non alphanumeric characters #283

1.1.0

02 Apr 16:01

Choose a tag to compare

  • Improve GraphQL JS v15 support

1.0.7

12 Mar 12:08

Choose a tag to compare

  • New Scalar Type!!! (MongoDB) ObjectID Scalar Type #243
    Thanks @toondaey