cynic-parser-v0.5.0
cynic-releaser
released this
25 Sep 15:22
·
64 commits
to main
since this release
Breaking Changes
- Integer values are now represented by
IntValue
rather than an i32.
Although the GraphQlInt
type is represented byi32
this restriction is
not specified for the grammar.
(#1037) Iter
is no longerCopy
as this could cause subtle bugs. It remains
Clone
so you can use that if you need to.
(#1036)IdRange
now implementsIntoIterator
instead of directly implementing
Iterator
. (#1036)
New Features
- Pretty printer can now optionally sort definitions & fields in its output
(#1038) - The type ystem AST now has spans in more places
(#998).