Releases: graphpql/graphpinator-parser
Releases · graphpql/graphpinator-parser
1.2
- Improved parsing of Type reference
- Updated to new tokenizer
- Removed dependency on nette/utils and bumped all other dependencies
1.1.1
- Forbid empty selection sets
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
- Changed visibility of isOutputable exception method
1.0
- Initial release, moved files from main repository