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.