- Add support for aeson >= 2.
- Add support for GHC 9.0 and 9.2.
- Drop support for GHC < 8.8.
- GHC 8.8 and 8.10 support
- GHC 8.4 support.
- -Wall police.
- API addition: arrayWithModeOf'.
- 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.
- Bumped the dependency on aeson
- Fixed the test suite on GHC 7.10.3
- Bumped the dependency on aeson
- Adjusting tests
- Changed (>>=) to prevent error unpacking
- add README.md to extra-source-files
- relax the constraint on aeson
- initial release
- fix compilation with aeson-1.0