diff options
| author | Danny Navarro <j@dannynavarro.net> | 2015-09-22 14:27:10 +0200 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2015-09-22 14:27:10 +0200 |
| commit | 6ce2004264fe73bdcfbc8a4a19de659266442cb2 (patch) | |
| tree | ea5a64d989fe09718bdfd71bc788db9e4d6c820b /CHANGELOG.md | |
| parent | af42e5577cf9dcb2c55a0d76a2e479880150e7f1 (diff) | |
| download | graphql-6ce2004264fe73bdcfbc8a4a19de659266442cb2.tar.gz | |
Version Bumpv0.3
This also includes updates to CHANGELOG, TODO and README.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 673589e..21ed453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.3] - 2015-09-22 +### 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. + ## [0.2.1] - 2015-09-16 ### Fixed - Include data files for golden tests in Cabal package. @@ -19,5 +33,6 @@ All notable changes to this project will be documented in this file. ### Added - Data types for the GraphQL language. +[0.3]: https://github.com/jdnavarro/graphql-haskell/compare/v0.2.1...v0.3 [0.2.1]: https://github.com/jdnavarro/graphql-haskell/compare/v0.2...v0.2.1 [0.2]: https://github.com/jdnavarro/graphql-haskell/compare/v0.1...v0.2 |
