Skip to content

Releases: Urigo/graphql-scalars

v0.4.0

02 Aug 22:05
c2aae41
Compare
Choose a tag to compare

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

Added

  • RegularExpression scalar type generator
  • UnsignedInt alias for NonNegativeInt
  • UnsignedFloat alias for NonNegativeFloat

v0.3.0

02 Aug 22:05
Compare
Choose a tag to compare

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

Changed

  • Updated package versions in devDependencies
  • Updated graphql version dependency to 0.13.1
  • Added Prettier configuration to package.json
  • Linted (based on updates to eslint packages) and Prettier-ed all files

Added

  • PhoneNumber
  • PostalCode
  • package-lock.json

v0.2.0

02 Aug 22:05
4ce0e4e
Compare
Choose a tag to compare

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

Changed

  • Implemented more strict numeric type checking
  • Some type exception messages changed slightly
  • Changed graphql from a dependency to a peer dependency

Added

  • NegativeInt
  • NegativeFloat
  • NonPositiveInt
  • NonPositiveFloat
  • more tests

v0.1.0

02 Aug 22:05
Compare
Choose a tag to compare

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

Added