Skip to content

Releases: obmarg/cynic

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

v3.4.3

22 Jan 14:31
Compare
Choose a tag to compare

Bug Fixes

  • Handle disabled introspection better in cynic-introspection & cynic-cli.
    This is technically a breaking change, but it's small and fixes a bug so I'll
    allow it.

v3.4.2

22 Jan 12:23
Compare
Choose a tag to compare

Changes

  • If you accidentally write a recursive query without the recurse attribute
    you'll now get a panic suggesting to use recurse. This may cause false
    positives if you're writing a particularly large query - users should raise
    an issue if I've picked a number that's too low.

Bug Fixes

  • The recurse attribute now works if an InlineFragments derive is used in
    the recursive path.

v3.4.1

22 Jan 10:44
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue with object literals inside arguments