diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-12-22 08:56:01 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-12-22 08:56:01 +0100 |
| commit | df078a59d0ea80b383df251a789df8f6f539b072 (patch) | |
| tree | bba30b1bf8810cf25131502e9043255f5328d384 /CHANGELOG.md | |
| parent | 930b8f10b7d083132c05c8d8fe39f337eeddbeca (diff) | |
| download | graphql-df078a59d0ea80b383df251a789df8f6f539b072.tar.gz | |
Add Serialize and VariableValue value instances
- `Serialize` instance for `Type.Definition.Value`.
- `VariableValue` instance for `Type.Definition.Value`.
It makes it possible to use the library without an additional
serialization format like JSON.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d22456c..dbcf594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## [Unreleased] +### Added +- `Serialize` instance for `Type.Definition.Value`. +- `VariableValue` instance for `Type.Definition.Value`. + ## [1.0.1.0] - 2021-09-27 ### Added - Custom `Show` instance for `Type.Definition.Value` (for error @@ -459,6 +464,7 @@ and this project adheres to ### Added - Data types for the GraphQL language. +[Unreleased]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=master&rev_to=v1.0.1.0 [1.0.1.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.0.1.0&rev_to=v1.0.0.0 [1.0.0.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v1.0.0.0&rev_to=v0.11.1.0 [0.11.1.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v0.11.1.0&rev_to=v0.11.0.0 |
