aeson v1.2.2.0 Release Notes

Release Date: 2017-09-04 // over 6 years ago
    • ➕ Add FromJSON and ToJSON instances for
      • DiffTime, thanks to Víctor López Juan.
      • CTime, thanks to Daniel Díaz.
    • 🛠 Fix handling of fractions when parsing Natural, thanks to Yuriy Syrovetskiy.
    • 🔄 Change text in error messages for Integral types to make them follow the common pattern, thanks to Yuriy Syrovetskiy.
    • ➕ Add missing INCOHERENT pragma for RecordToPair, thanks to Xia Li-yao.
    • Everything related to Options is now exported from Data.Aeson, thanks to Xia Li-yao.
    • Optimizations to not escape text in clear cases, thanks to Oleg Grenrus.
    • 📚 Some documentation fixes, thanks to Phil de Joux & Xia Li-yao.