All Versions
15
Latest Version
Avg Release Cycle
-
Latest Release
2143 days ago

Changelog History
Page 2

  • v0.2.0.0 Changes

    • โž• Add gtoJsonWithSettings and gparseJsonWithSettings to customize the generated JSON, currently only to strip specified prefixes from record fields.
    • Format Change: The behavior of Maybes was inconsistent and buggy, now we always map Just directly to the value, and Nothing to null if on the top level or in an unnamed field and remove the property if it's in a named field.
    • ๐Ÿ”„ Changed the type of selNameT to return a Maybe Text which will be Nothing instead of "" (unnamed fields)
  • v0.1.1 Changes

    • โž• Add Generics.Generic.Aeson.Util module with helper function for interoperating packages
  • v0.1.1.1 Changes

    • ๐Ÿ›  Fix regression in implementation of multipleConstructors introduced in 0.1.1
  • v0.1.0.3 Changes

    • ๐Ÿ‘ Allow attoparsec 0.12.*
  • v0.1.0.2 Changes

    • ๐Ÿ‘ Allow mtl 2.2.*