Skip to content

Releases: Urigo/graphql-scalars

1.1.7

21 Jun 14:06
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 the environments that don't have BigInt implementation

1.1.6

19 Jun 14:49
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

1.1.5

29 May 16:01
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: 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
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

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

1.1.0

02 Apr 16:01
Compare
Choose a tag to compare
  • Improve GraphQL JS v15 support

1.0.7

12 Mar 12:08
Compare
Choose a tag to compare
  • New Scalar Type!!! (MongoDB) ObjectID Scalar Type #243
    Thanks @toondaey

v1.0.6

06 Jan 00:20
Compare
Choose a tag to compare

Come talk to us directly on our Discord channel: https://discord.gg/xud7bH9
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build

  • Consider integers as float like how graphql-js does #194

v1.0.5

30 Dec 15:31
Compare
Choose a tag to compare

Come talk to us directly on our Discord channel: https://discord.gg/xud7bH9
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Inspector commit so we'll make sure not to break your app?
Contact us here: the-guild.dev/connected-build

  • Fix for date format errors in different formats #169
  • Fix wrong resolver name for NonNegativeInt #189
  • Respect n at the end 799ce19
  • NEW SCALAR TYPE: Feature/iban (#168) Thanks @yvisbeek !!!

v1.0.4

24 Oct 00:08
Compare
Choose a tag to compare

Come talk to us directly on our Discord channel: https://discord.gg/xud7bH9
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Inspector commit so we'll make sure not to break your app?
Contact us here: the-guild.dev/connected-build

  • Add BigInt fallback to Number if it is not natively supported
  • Reduce bundlesize

v1.0.3

23 Oct 20:56
Compare
Choose a tag to compare

Come talk to us directly on our Discord channel: https://discord.gg/xud7bH9
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Inspector commit so we'll make sure not to break your app?
Contact us here: the-guild.dev/connected-build

  • Use W3C RegExp for Email Address #131
  • Fix duplication #125
  • Fix PhoneNumber regex to support more countries #129
  • Native BigInt to support integers more than 53-bits #115
  • Fix graphql-type-json typing issue #114