Skip to content

cynic-parser-v0.7.0

Compare
Choose a tag to compare
@cynic-releaser cynic-releaser released this 25 Oct 09:28
· 53 commits to main since this release
f7c61d1

Breaking Changes

  • Removed InputValueDefiniton::default_value_span - you should now fetch the
    span from the default_value itself.
  • RootOperationTypeDefinition::span now covers the entire root operation type
    definition. For the old spans, use RootOperationTypeDefinition::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)

Contributors