All Versions
31
Latest Version
Avg Release Cycle
148 days
Latest Release
1868 days ago

Changelog History
Page 3

  • v1.1.8 Changes

    • 🏗 Builds with base 4.7
  • v1.1.7 Changes

    • 📜 Correctly parse 'true' and 'false'. Now parses 'true' to be the string "on", which means that the 'bool' form provided by digestive-functors works as expected.
  • v1.1.6 Changes

    • 🏗 Build with lens 4.1.
  • v1.1.5 Changes

    • ⬆️ Upgraded to lens 4.0. Dropped lens-aeson dependency.
  • v1.1.4 Changes

    • ⬆️ Upgraded to digestive-functors 0.7.
  • v1.1.3 Changes

    • This version only includes distribution changes
    • The cabal file now correctly specifies the correct version of the digestive-functors-aeson build dependency.
    • ✅ Tests are now ran using tasty rather than test-framework.
  • v1.1.2 Changes

    • 👌 Support top level lists. This means you can now parse the JSON document [ 0, 1, 2 ] with the form listOf stringRead.
  • v1.1 Changes

    • 👌 Support lists

  • v1.0.2 Changes

    • ➕ Added jsonErrors, which can transform a ToJSON a => View a into a aeson Value. This respects the validation hierarchy.
    • ✅ Tests!

  • v1.0.1 Changes

    • ➕ Added a dependency on the Safe package to build with GHC < 7.6.