All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.3.9 Changes

    • โž• Add ToJSON/FromJSON Void
  • v0.3.8 Changes

    • Re-implement withNumber
    • โž• Add withEmbeddedJSON
  • v0.3.7 Changes

    • ๐Ÿ“œ Use attoparsec-iso8601 time parsers.
    • Don't export GToJSON etc. members.
  • v0.3.6 Changes

    • ๐Ÿ›  Fix accidental removal of AesonException export
  • v0.3.5.2 Changes

    • ๐Ÿ‘Œ Support QuickCheck-2.9.1
  • v0.3.5.1 Changes

    • ๐Ÿ›  Fix (.=) export regression introduced by 0.3.5.0
  • v0.3.5.0 Changes

    • ๐Ÿ‘‰ Use explicit export list. Now we are sure we don't break interface.
    • ๐Ÿ“œ value, value' and Parser are exported from Data.Aeson.Compat
  • v0.3.4.0 Changes

    • โž• Add NominalDiffTime instances
  • v0.3.3.0 Changes

    • Enable PolyKinds to generalize Proxy, Tagged, and Const instances.
  • v0.3.2.0 Changes

    • Introduce instances from aeson-0.11.1.0: Const, Tagged, Proxy and NonEmpty
    • ๐Ÿ›  Fix bug with Natural instance, aeson-0.11.1.0 and base <=4.7