Releases: obmarg/cynic
Releases · obmarg/cynic
cynic-parser-v0.2.6
Features
- implement PartialEq for Type and Value (#924)
v3.6.1
Fixes
- Fixed a regresion in 3.6.0: schemas with directives on the
schema
definition will now parse
cynic-parser-v0.2.5
cynic-parser-v0.2.4
Fixed
- TypeSystemDocument::definitions() now returns an ExactSizeIterator (#919)
cynic-parser-v0.2.3
Fixed
- Pretty printing output is now significantly improved, but still not perfect
(#916)
v3.6.0
cynic-parser-v0.2.2
Fixes
- Pretty printing will now escape strings
cynic-parser v0.1.0
- Initial version.
- Supports parsing & printing GraphQL schemas
- Is fast
v3.5.1
Changes
Operation
is nowDebug
whenVariables
isDebug
v3.5.0
Changes
- Updates reqwest to 0.12 - this is breaking for users of the
http-reqwest
or
http-reqwest-blocking
features who will need to upgrade to reqwest 0.12. - Fixed some unused code warnings