1.1 KiB
1.1 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.
1.0.2.0 - 2023-07-07
Added
ToGraphQLandFromGraphQLinstances forWordtypes,Float,Double, andScientific.ToGraphQLandFromGraphQLinstances forDay,DiffTime,NominalDiffTime,UTCTime,LocalTimeandTimeOfDay.Resolver: ExportServerException.Resolver.defaultResolver: ThrowFieldNotResolvedExceptionif the requested field is not in the parent object.
1.0.1.0 - 2023-02-17
Added
ToGraphQLandFromGraphQLtypeclasses with instances for basic types.Resolvermodule withargumentanddefaultResolverhelper functions.
1.0.0.0 - 2022-03-29
Added
- JSON serialization.
- Test helpers.