Changelog for debug-print-0.2.1.0

Unreleased

v0.2.1.0

Add instances for aeson types:

Adds Eq and Ord instances for ToDebugPrintValue and ToDebugPrintRecord

Add instance ToDebugPrintValue DebugPrintRecord

v0.2.0.1

Relax lower dependency bounds

v0.2.0.0

To reduce clutter in output, the default Generic-derived ToDebugPrintRecord instance now elides any field whose values is empty text, an empty list, or an empty object.

v0.1.0.0

The parameter of DebugPrintValueInt is changed from Int to Integer.

Added ToDebugPrintValue instances for various numeric types.

Adds the DebugInteger newtype for deriving-via.

v0.0.0.0

First tagged release.