Skip to content

Releases: graphpql/graphpinator-parser

1.2

10 Nov 14:48
Compare
Choose a tag to compare
  • Improved parsing of Type reference
  • Updated to new tokenizer
  • Removed dependency on nette/utils and bumped all other dependencies

1.1.1

27 Oct 16:22
1445936
Compare
Choose a tag to compare
  • Forbid empty selection sets

1.1

01 Jun 21:35
b7686d0
Compare
Choose a tag to compare
1.1
  • Keywords are no longer reserved and can be used as names for fields/arguments/fragments and other GraphqQL entities
    • Special exception to this rule is that fragment cannot be named "on", as stated in the specs.

1.0.1

22 Mar 10:31
6fba735
Compare
Choose a tag to compare
  • Changed visibility of isOutputable exception method

1.0

03 Mar 23:25
54a8d13
Compare
Choose a tag to compare
1.0
  • Initial release, moved files from main repository