Releases: obmarg/cynic
Releases · obmarg/cynic
cynic-parser-v0.9.1
Bug Fixes
TryFrom<Value<'_>> for ConstValue<'_>
now returns an error when an object
or list contains aValue
, rather than panicing (#1133)
v3.10.0
New Features
- Added initial suppport for directives:
@skip
,@include
are supported, and
other field level directives can be used provided they don't require
specific client support (#900)
Bug Fixes
- Parsing will no longer fail if keywords like
mutation
are used as enum
values. (#1128)
Changes
Changes
- Bumped the MSRV to 1.80
cynic-parser-v0.9.0
Breaking Changes
- Added new variants to
cynic_parser::Error
to handle empty documents, these
errors were previous ambiguous parser errors (#1117) Error::span
now returns anOption<Span>
instead of aSpan
Bug Fixes
- Parsing will no longer fail if keywords like
mutation
are used as enum
values. (#1128)
Changes
- Parse schema with
cynic_parser
in querygen (#1124) - Bumped the MSRV to 1.80
v3.9.1
cynic-parser-v0.8.7
cynic-parser-v0.8.6
cynic-parser-v0.8.5
New Features
- Every selection set in
ExecutableDocument
now has a span.
Bug Fixes
Type::wrappers
functions now returnTypeWrappersIter
instead ofimpl Iterator
TypeWrappersIter
is nowClone
cynic-parser-v0.8.4
v3.9.0
cynic-parser-v0.8.3
New Features
- Added a span for directive arguments