Changelog for debug-print-0.2.0.0
Unreleased
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.