2021-11-18 08:19:38 +01:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on
|
|
|
|
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to
|
|
|
|
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
|
|
|
|
|
2023-02-19 11:26:27 +01:00
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
2023-06-23 17:31:19 +02:00
|
|
|
- `ToGraphQL` and `FromGraphQL` instances for `Word` types, `Float`, `Double`,
|
|
|
|
and `Scientific`.
|
2023-04-20 12:51:18 +02:00
|
|
|
- `Resolver`: Export `ServerException`.
|
|
|
|
- `Resolver.defaultResolver`: Throw `FieldNotResolvedException` if the requested
|
|
|
|
field is not in the parent object.
|
2023-02-19 11:26:27 +01:00
|
|
|
|
2023-02-17 11:59:24 +01:00
|
|
|
## [1.0.1.0] - 2023-02-17
|
2022-09-08 19:53:22 +02:00
|
|
|
### Added
|
|
|
|
- `ToGraphQL` and `FromGraphQL` typeclasses with instances for basic types.
|
2022-08-24 21:33:20 +02:00
|
|
|
- `Resolver` module with `argument` and `defaultResolver` helper functions.
|
2022-09-08 19:53:22 +02:00
|
|
|
|
2023-02-17 11:59:24 +01:00
|
|
|
## 1.0.0.0 - 2022-03-29
|
2022-03-29 20:20:19 +02:00
|
|
|
### Added
|
|
|
|
- JSON serialization.
|
|
|
|
- Test helpers.
|
2022-09-08 19:53:22 +02:00
|
|
|
|
2023-04-19 18:43:06 +02:00
|
|
|
[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.1.0...master
|
|
|
|
[1.0.1.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.0.0...v1.0.1.0
|