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/).
|
|
|
|
|
2022-09-08 19:53:22 +02:00
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
- `ToGraphQL` and `FromGraphQL` typeclasses with instances for basic types.
|
|
|
|
|
2022-03-29 20:20:19 +02:00
|
|
|
## [1.0.0.0] - 2022-03-29
|
|
|
|
### Added
|
|
|
|
- JSON serialization.
|
|
|
|
- Test helpers.
|
2022-09-08 19:53:22 +02:00
|
|
|
|
|
|
|
[Unreleased]: https://www.caraus.tech/projects/pub-graphql-spice/repository/28/diff?rev=master&rev_to=v1.0.0.0
|