Add String instances from ToGraphQL and FromGraphQL
This commit is contained in:
@@ -6,6 +6,13 @@ The format is based on
|
||||
and this project adheres to
|
||||
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
|
||||
|
||||
## [Unreleased]
|
||||
### Removed
|
||||
- Deprecated `Language.GraphQL.Class.gql` (moved to `Language.GraphQL.TH`).
|
||||
|
||||
### Added
|
||||
- `String` instances from `ToGraphQL` and `FromGraphQL`.
|
||||
|
||||
## [1.0.6.0] - 2024-12-06
|
||||
### Added
|
||||
- `Language.GraphQL.Class.gql` is moved to `Language.GraphQL.TH` where it was
|
||||
@@ -46,6 +53,7 @@ and this project adheres to
|
||||
- JSON serialization.
|
||||
- Test helpers.
|
||||
|
||||
[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.6.0...master
|
||||
[1.0.6.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.5.0...v1.0.6.0
|
||||
[1.0.5.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.4.0...v1.0.5.0
|
||||
[1.0.4.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.3.0...v1.0.4.0
|
||||
|
||||
Reference in New Issue
Block a user