forked from OSS/graphql-spice
20 lines
627 B
Markdown
20 lines
627 B
Markdown
# 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/).
|
|
|
|
## [1.0.1.0] - 2023-02-17
|
|
### Added
|
|
- `ToGraphQL` and `FromGraphQL` typeclasses with instances for basic types.
|
|
- `Resolver` module with `argument` and `defaultResolver` helper functions.
|
|
|
|
## 1.0.0.0 - 2022-03-29
|
|
### Added
|
|
- JSON serialization.
|
|
- Test helpers.
|
|
|
|
[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
|