Add ToGraphQL and romGraphQL instances for Word

This commit is contained in:
2023-02-19 11:26:27 +01:00
parent 5306730ff8
commit 7c146fe416
3 changed files with 37 additions and 1 deletions

View File

@@ -6,6 +6,10 @@ The format is based on
and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased]
### Added
- `ToGraphQL` and `FromGraphQL` instances for `Word`.
## [1.0.1.0] - 2023-02-17
### Added
- `ToGraphQL` and `FromGraphQL` typeclasses with instances for basic types.
@@ -16,4 +20,5 @@ and this project adheres to
- JSON serialization.
- Test helpers.
[Unreleased]: https://www.caraus.tech/projects/pub-graphql-spice/repository/28/diff?rev=master&rev_to=v1.0.1.0
[1.0.1.0]: https://www.caraus.tech/projects/pub-graphql-spice/repository/28/diff?rev=v1.0.1.0&rev_to=v1.0.0.0