diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-08-14 08:49:07 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-08-14 08:49:07 +0200 |
| commit | f54e9451d20d020632fb3481087af2bcbff6033d (patch) | |
| tree | 86d872e4416f8857ec913ba5388ff85e3072ff95 /CHANGELOG.md | |
| parent | 045b6d15fbf299b5a09a20e3045209d7dcc31908 (diff) | |
| download | graphql-f54e9451d20d020632fb3481087af2bcbff6033d.tar.gz | |
Release 0.5.0.0v0.5.0.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d2aab3a..efdf1c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.5.0.0] - 2019-08-14 ### Added - `executeWithName` executes an operation with the given name. -- Export `Language.GraphQL.Encoder.definition`. +- Export `Language.GraphQL.Encoder.definition`, + `Language.GraphQL.Encoder.type'` and `Language.GraphQL.Encoder.directive`. - Export `Language.GraphQL.Encoder.value`. Escapes \ and " in strings now. -- Export `Language.GraphQL.Encoder.type'`. ### Changed - `Operation` includes now possible operation name which allows to support @@ -70,6 +70,7 @@ All notable changes to this project will be documented in this file. ### Added - Data types for the GraphQL language. +[0.5.0.0]: https://github.com/caraus-ecms/graphql/compare/v0.4.0.0...v0.5.0.0 [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 |
