Changelog of @hackage/aeson-injector 2.0.0.0

1.2.0.0

  • Fixes issue #3 with unexpected errors when injected value fails to parse.

1.1.6.0

  • Relax bounds to support GHC 8.10

1.1.5.0

  • Bump aeson version.

1.1.4.0

1.1.3.0

  • Bump upper version of base to 4.14.

1.1.2.0

  • Move to swagger2-2.4 and ghc-8.6.

1.1.0.0

  • Fix #1 bug.
  • FromJSON (WithFields a b) now requires ToJSON a to catch fields that should be removed from b JSON object before parsing.

1.0.10.0

  • Push upper bounds for base-4.10.

1.0.9.0

  • Push upper bounds for servant-docs-0.11.

1.0.8.0

  • Push upper bounds for aeson-1.2.

1.0.7.0

  • Push upper bounds for aeson-1.1 and servant-0.10.

1.0.6.0

  • Push upper bounds for servant-docs up to 9.0

1.0.5.0

  • Add support for aeson-1.0.0.

1.0.4.0

  • Add Data.Aeson.Unit module.

1.0.3.0

1.0.2.0

  • Add OnlyField data type.