Changelog for unjson-0.15.1.1
unjson-0.15.1.0 (2018-03-05)
- -Wall police.
- API addition: arrayWithModeOf'.
unjson-0.15.0.0 (2018-02-22)
- Breaking change: Unjson definitions now require the underlying types
to have Typeable instances (#6).
- Added a way to automatically derive Unjson definitions for
parameterless sum types (
enumUnjsonDef
) (#7).
- Dropped support for GHC < 7.8.
unjson-0.14.1.3 (2017-04-24)
- Bumped the dependency on aeson
- Fixed the test suite on GHC 7.10.3
unjson-0.14.1.2 (2017-04-11)
- Bumped the dependency on aeson
unjson-0.14.1.1 (2017-02-28)
unjson-0.14.1.0 (2017-02-28)
- Changed (>>=) to prevent error unpacking
unjson-0.14.0.1 (2016-09-21)
- add README.md to extra-source-files
- relax the constraint on aeson
unjson-0.14 (2016-09-21)
- initial release
- fix compilation with aeson-1.0