Releases: graphpql/graphpinator-parser
Releases · graphpql/graphpinator-parser
2.0
Compare
Sorry, something went wrong.
No results found
peldax
released this
16 Dec 16:29
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
peldax
released this
27 Oct 16:22
Forbid empty selection sets
1.1
Compare
Sorry, something went wrong.
No results found
peldax
released this
01 Jun 21:35
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
Compare
Sorry, something went wrong.
No results found
peldax
released this
22 Mar 10:31
Changed visibility of isOutputable exception method
1.0
Compare
Sorry, something went wrong.
No results found
peldax
released this
03 Mar 23:25
Initial release, moved files from main repository