Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 598 Bytes

CHANGELOG.md

File metadata and controls

26 lines (14 loc) · 598 Bytes

Changelog

0.2.0 (Nov 23, 2022)

  • Convert from yarn to npm
  • Allow GraphQL 16.x.x as a peer dependency, update types and unit tests to reflect GraphQL 16 type changes

0.1.4 (Apr 6, 2022)

  • Fix ScalarTypes to not return undefined. The functions will either throw or return value.

0.1.3 (Nov 26, 2021)

  • Allow any GraphQL 15.x.x version

0.1.2 (Oct 25, 2021)

  • Typing serialize and parseValue methods on for a Date specific GraphQLScalarType

0.1.1 (Oct 25, 2021)

  • Adding usage example to README

0.1.0 (Oct 18, 2021)

  • GraphQL ISO Date support written in typescript