graphql v0.3 Release Notes

Release Date: 2015-09-22 // over 8 years ago
  • ๐Ÿ”„ Changed

    • Exact match numeric types to spec.
    • Names follow now the spec.
    • ๐Ÿ“œ AST slightly different for better readability or easier parsing.
    • โœ… Replace golden test for test to validate parsing/encoding.

    โž• Added

    • ๐Ÿ“œ Parsing errors in all cases where Alternative is used.
    • GraphQL encoder.

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Expect braces inputValueDefinitions instead of parens when parsing.

Previous changes from v0.2.1

  • ๐Ÿ›  Fixed

    • ๐Ÿ“ฆ Include data files for golden tests in Cabal package.
    • ๐Ÿ‘Œ Support for ghc-7.8.