graphql v0.3 Release Notes
Release Date: 2015-09-22 // over 7 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.