diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-07-23 06:04:33 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-07-23 07:22:32 +0200 |
| commit | 282946560e14a94748b4a0599ac7419c27848c04 (patch) | |
| tree | 54341b3653bbde17002d8bc119de2d0688d15c13 /CHANGELOG.md | |
| parent | 1b5094b6a3e6eb68f67bc3238487818f7b7d552a (diff) | |
| download | graphql-0.4.0.0.tar.gz | |
Add singleError utility functionv0.4.0.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ed453..03743f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.4.0.0] - 2019-07-23 +### Added +- Support for mutations. +- Error handling (with monad transformers). +- Nullable types. +- Arbitrary nested lists support. +- Potential BOM header parsing. + +### Changed +- attoparsec is replaced with megaparsec. +- The library is now under `Language.GraphQL` (instead of `Data.GraphQL`). +- HUnit and tasty are replaced with Hspec. +- `Alternative`/`MonadPlus` resolver constraints are replaced with `MonadIO`. + +### Removed +- Duplicates from `Language.GraphQL.AST` already available in + `Language.GraphQL.AST.Core`. +- All module exports are now explicit, so private and help functions aren't + exported anymore. + ## [0.3] - 2015-09-22 ### Changed - Exact match numeric types to spec. @@ -33,6 +53,7 @@ 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 +[0.4.0.0]: https://github.com/caraus-ecms/graphql/compare/v0.3...v0.4.0.0 +[0.3]: https://github.com/caraus-ecms/graphql/compare/v0.2.1...v0.3 +[0.2.1]: https://github.com/caraus-ecms/graphql/compare/v0.2...v0.2.1 +[0.2]: https://github.com/caraus-ecms/graphql/compare/v0.1...v0.2 |
