Skip to content

Releases: graphpql/graphpinator-parser

2.0

16 Dec 16:29
95f03d4

Choose a tag to compare

  • Introduced OperationType enum ⚠️ major BC
  • Updated DTOs to use readonly public properties instead of private properties with getters ⚠️ major BC
  • Small internal refactoring of Parser class
  • Codestyle and Phpstan update

1.2

10 Nov 14:48

Choose a tag to compare

1.2
  • 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

Choose a tag to compare

  • Forbid empty selection sets

1.1

01 Jun 21:35
b7686d0

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

Choose a tag to compare

  • Changed visibility of isOutputable exception method

1.0

03 Mar 23:25
54a8d13

Choose a tag to compare

1.0
  • Initial release, moved files from main repository