Changelog for unjson-0.15.0.0
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).