cynic-parser-v0.7.0
·
53 commits
to main
since this release
Breaking Changes
- Removed
InputValueDefiniton::default_value_span
- you should now fetch the
span from thedefault_value
itself. RootOperationTypeDefinition::span
now covers the entire root operation type
definition. For the old spans, useRootOperationTypeDefinition::named_type_span
.
New Features
- Added more spans to the type system AST (#1070)
- Added more spans to the executable AST (#1069)
- Added
Type::definitions
for fetching the definitions associated with a type (#1067)
Bug Fixes
- Fixed an issue where explicit lifetimes had to be used on
Iter<'_, Whatever<'_>>
(#1072) - Fixed some associated type definitions on Iter (#1068)