Skip to content

Releases: Saeris/graphql-scalars

v2.1.1

10 Sep 20:41
Compare
Choose a tag to compare
  • Fix Range Scalar, Fix Test Coverage 1b063df

v2.1.0...v2.1.1

v2.1.0

09 Sep 22:09
Compare
Choose a tag to compare
  • Replace Joi with Yup, Add ESM Build Target 69a228a

v2.0.0...v2.1.0

v2.0.0

26 Aug 22:32
Compare
Choose a tag to compare

Breaking Changes:

  • Renamed RegularExpressionFactory to regularExpressionFactory because it is a factory function not a class, which causes linting errors due to the capitalization of the first character in the function name.
  • regularExpressionFactory now takes a config object instead of two arguments. Please refer to the updated documentation in the README for details.
  • Added a rangeFactory function for creating scalars which accept only a given number range.

Commits:

  • Add rangeFactory, Rename regularExpressionFactory 7b3b118
  • Update Fiddly Config, Add Share Card a53be18
  • Fix Netlify Config 144d335
  • Fix Styles Directory 44d4fa5
  • Add Favicon, Homepage URL 3028b55
  • Update Docs Styles 23c7a43
  • Update Docs Styles 1ea62dd
  • Update README Header efe9829
  • Update Docs Formatting + Styles ea777ee

v1.4.2...v2.0.0

v1.4.2

26 Mar 00:59
Compare
Choose a tag to compare
  • Add Generated Docs, Upgrade Dependencies eded3d1
  • Update Travis Links d16b68e

v1.4.1...v1.4.2

v1.4.1

18 Mar 22:13
Compare
Choose a tag to compare

v1.4.0...v1.4.1

Convert to TypeScript

16 Mar 11:47
Compare
Choose a tag to compare

v1.3.1...v1.4.0