Skip to content

Releases: obmarg/cynic

cynic-parser-v0.2.6

16 Apr 09:07
7560003
Compare
Choose a tag to compare

Features

  • implement PartialEq for Type and Value (#924)

v3.6.1

15 Apr 16:49
980ddd0
Compare
Choose a tag to compare

Fixes

  • Fixed a regresion in 3.6.0: schemas with directives on the schema
    definition will now parse

cynic-parser-v0.2.5

15 Apr 16:48
980ddd0
Compare
Choose a tag to compare

Fixes

  • Directives on schema definitions are now parsed correctly (#921)
  • Schema extensions without operation definitions are now parsed correctly (#921)

cynic-parser-v0.2.4

15 Apr 14:22
09b5a33
Compare
Choose a tag to compare

Fixed

  • TypeSystemDocument::definitions() now returns an ExactSizeIterator (#919)

cynic-parser-v0.2.3

15 Apr 09:00
35715ae
Compare
Choose a tag to compare

Fixed

  • Pretty printing output is now significantly improved, but still not perfect
    (#916)

v3.6.0

12 Apr 16:26
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where derive(Scalar) would fail on types with a serialize
    function that was not serde::Serialize::serialize (#909)

Changed

  • Improved errors when users use a derive on the wrong kind of GraphQL type
    (#889)
  • cynic-codegen now uses cynic-parser instead of graphql-parser (#824)

cynic-parser-v0.2.2

12 Apr 16:19
2fb3d41
Compare
Choose a tag to compare

Fixes

  • Pretty printing will now escape strings

cynic-parser v0.1.0

23 Jan 23:37
7bb1e9d
Compare
Choose a tag to compare
cynic-parser v0.1.0 Pre-release
Pre-release
  • Initial version.
  • Supports parsing & printing GraphQL schemas
  • Is fast

v3.5.1

04 Apr 19:40
4a9c8e3
Compare
Choose a tag to compare

Changes

  • Operation is now Debug when Variables is Debug

v3.5.0

25 Mar 15:31
Compare
Choose a tag to compare

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