Skip to content

Releases: graphpql/graphpinator-parser

2.0

Choose a tag to compare

@peldax peldax released this 16 Dec 16:29
95f03d4
  • 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

1.2

Choose a tag to compare

@peldax peldax released this 10 Nov 14:48
  • Improved parsing of Type reference
  • Updated to new tokenizer
  • Removed dependency on nette/utils and bumped all other dependencies

1.1.1

Choose a tag to compare

@peldax peldax released this 27 Oct 16:22
1445936
  • Forbid empty selection sets

1.1

1.1

Choose a tag to compare

@peldax peldax released this 01 Jun 21:35
b7686d0
  • 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

Choose a tag to compare

@peldax peldax released this 22 Mar 10:31
6fba735
  • Changed visibility of isOutputable exception method

1.0

1.0

Choose a tag to compare

@peldax peldax released this 03 Mar 23:25
54a8d13
  • Initial release, moved files from main repository