Remove JSON support in the core package

This commit is contained in:
2023-02-26 09:43:43 +01:00
parent 83f2dc1a2d
commit 2834360411
5 changed files with 9 additions and 241 deletions

View File

@ -10,10 +10,17 @@ and this project adheres to
### Added
- Schema printing.
- `Semigroup` and `Monoid` instances for `AST.Document.Description`.
- Support for vector 0.13.0.0 and transformers 0.6.1.0.
### Fixed
- Fix resolvers returning a list in the reverse order.
### Removed
- GHC 8 support.
- Cabal -json flag.
- `Test.Hspec.GraphQL`: moved to `graphql-spice` package.
- CPP `ifdef WITH_JSON` blocks.
## [1.1.0.0] - 2022-12-24
### Changed
- Removed deprecated `Language.GraphQL.Error` functions: `addErr`, `addErrMsg`,