forked from OSS/graphql-spice
1.4 KiB
1.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Haskell Package Versioning Policy.
Unreleased
1.0.3.0 - 2024-07-20
Added
- Add
deriveToGraphQL
for derivingToGraphQL
instances automatically. - Add
deriveFromGraphQL
for derivingFromGraphQL
instances automatically.
1.0.2.0 - 2023-07-07
Added
ToGraphQL
andFromGraphQL
instances forWord
types,Float
,Double
, andScientific
.ToGraphQL
andFromGraphQL
instances forDay
,DiffTime
,NominalDiffTime
,UTCTime
,LocalTime
andTimeOfDay
.Resolver
: ExportServerException
.Resolver.defaultResolver
: ThrowFieldNotResolvedException
if the requested field is not in the parent object.
1.0.1.0 - 2023-02-17
Added
ToGraphQL
andFromGraphQL
typeclasses with instances for basic types.Resolver
module withargument
anddefaultResolver
helper functions.
1.0.0.0 - 2022-03-29
Added
- JSON serialization.
- Test helpers.