- Fixes issue #3 with unexpected errors when injected value fails to parse.
- Relax bounds to support GHC 8.10
- Bump
aeson
version.
- Disambiguate OnlyField schema with for one type (#7)
- Bump upper version of base to
4.14
.
- Move to
swagger2-2.4
andghc-8.6
.
- Fix #1 bug.
FromJSON (WithFields a b)
now requiresToJSON a
to catch fields that should be removed fromb
JSON object before parsing.
- Push upper bounds for
base-4.10
.
- Push upper bounds for
servant-docs-0.11
.
- Push upper bounds for
aeson-1.2
.
- Push upper bounds for
aeson-1.1
andservant-0.10
.
- Push upper bounds for
servant-docs
up to9.0
- Add support for
aeson-1.0.0
.
- Add
Data.Aeson.Unit
module.
- Add servant-docs instances.
- Add
OnlyField
data type.