MPL-2.0 licensed by Lucas David Traverso
Maintained by [email protected]
This version can be pinned in stack with:conferer-aeson-1.1.0.2@sha256:7f39384e9c436d262996f7aad9d150bdeea69138a8ca1216dceed5af6f120e9a,2388

Module documentation for 1.1.0.2

conferer-source-json

Changes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to PVP.

Unreleased

Nothing

v1.1.0.2 2021-12-03

Changed

  • Allow using aeson-2.0

v1.1.0.1 2021-03-14

Changed

  • Make the keys special key always return sorted keys (because of the change from hashable-1.3.1.0)

v1.1.0.0 2021-03-01

Changed

  • Rename fromFilePath to fromFilePath'.
  • Define a new fromFilePath whose type is FilePath -> SourceCreator instaed of FilePath -> IO Source.
  • Validate that the json value doesn’t contain any wrong key name (only lowercase ascii and numbers are accepted) and throw otherwise.
  • Treat the special key _self as explained in the docs to allow nesting keys that’s used elsewhere.
  • Even if invalid key names get through, ignore them in the source.

v1.0.0.0 2020-12-29

First release