- 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
- Fix ScalarTypes to not return undefined. The functions will either throw or return value.
- Allow any GraphQL 15.x.x version
- Typing
serialize
andparseValue
methods on for a Date specific GraphQLScalarType
- Adding usage example to README
- GraphQL ISO Date support written in typescript