Releases: taion/graphql-type-json
Releases · taion/graphql-type-json
v0.3.2
- Feature: Add TypeScript definitions (#270)
- Feature: Add
specifiedByUrl
(#271)
- Chore: Add ES module build (#270)
v0.3.1
- Bugfix: Fix error message for invalid object literals (#229)
v0.3.0
- Breaking Change: Change CommonJS import to named import (#60)
- Feature: Add
GraphQLJSONObject
(#60)
v0.2.4
- Bugfix: Revert unintended breaking change to CommonJS exports (#59)
v0.2.3
- Feature: Add
GraphQLJSONObject
(#57)
v0.2.2
- Chore: Update dependencies (#50)
v0.2.1
- Feature: Support variables in JSON values (#31)
v0.2.0
- Breaking: Handle null literals explicitly (#28)
v0.1.4
- Chore: Mark compatibility with newer versions of
graphql
(#10, #11)
v0.1.3
- Chore: Mark compatibility with
graphql
v0.7.x (#5)