aeson v1.5.0.0 Release Notes

Release Date: 2020-05-25 // almost 4 years ago
    • ๐Ÿ›  Fix bug in rejectUnknownFields not respecting fieldLabelModifier, thanks to Markus Schirp.
    • ๐Ÿ“œ GFromJSON members are no longer exported from Data.Aeson(.Types), if you are using gParseJSON consider switching to gParseJSON', thanks to Oleg Grenrus.
    • Aeson no longer accepts unescaped control characters, thanks to Oleg Grenrus.
    • โœ‚ Remove CoerceText since GHC >=7.8 has Coercible, thanks to Oleg Grenrus.
    • ๐Ÿ“‡ Rename the GToJSON class to GToJSON' and expose it, thanks to Oleg Grenrus.

    Closed tickets: https://github.com/bos/aeson/milestone/21