aeson v1.3.0.0 Release Notes

Release Date: 2018-03-07 // about 6 years ago
  • ๐Ÿ’ฅ Breaking changes:

    • GKeyValue has been renamed to KeyValuePair, thanks to Xia Li-yao
    • โœ‚ Removed unused FromJSON constraint in withEmbeddedJson, thanks to Tristan Seligmann

    Other improvements:

    • Optimizations of TH toEncoding, thanks to Xia Li-yao
    • 0๏ธโƒฃ Optimizations of hex decoding when using the default/pure unescape implementation, thanks to Xia Li-yao
    • ๐Ÿ‘Œ Improved error message on Day parse failures, thanks to Gershom Bazerman
    • โž• Add encodeFile as well as decodeFile* variants, thanks to Markus Hauck
    • ๐Ÿ“š Documentation fixes, thanks to Lennart Spitzner
    • CPP cleanup, thanks to Ryan Scott