Skip to content

Releases: vektah/gqlparser

v2.0.1

16 Feb 23:12
Compare
Choose a tag to compare

Fixed

  • rewrite imports paths to maintain go modules compatibility 🙄

v2.0.0

16 Feb 22:42
f5ceb57
Compare
Choose a tag to compare

Changed

v1.3.1

08 Feb 06:15
c06d8e0
Compare
Choose a tag to compare

Fixed

  • Fix interface & union calculation when extending non existent types - #118

v1.3.0

08 Feb 04:47
Compare
Choose a tag to compare

Added

  • non existing types can be extended now - #116

Fixed

  • generated syntax when using multiple interfaces is now valid - #115

v1.2.1

07 Jan 04:55
1315dba
Compare
Choose a tag to compare

Added

  • descriptions blocks on generated schema directives - #114

v1.2.0

07 Nov 03:25
6b4a785
Compare
Choose a tag to compare

Added

  • Can now turn ast back into schema - #103
  • Can now fetch repeated directives - #106
  • Validate invalid enums in variables - #109

Fixed

  • Allow scalars to be nil - #104

v1.1.2

11 Mar 23:38
05741cd
Compare
Choose a tag to compare

Added

  • More schema validation for interfaces - #97

v1.1.1

18 Feb 06:03
9541c8b
Compare
Choose a tag to compare

Added

  • More validation for input types #95
  • More schema validation #96

v1.1.0

26 Jan 06:02
b850e94
Compare
Choose a tag to compare

Added

  • go module support

v1.0.0

28 Nov 02:42
e805d08
Compare
Choose a tag to compare

Let's consider all public apis stable now, and be careful about managing breaks.