Changelog for conferer-aeson-1.1.0.2
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
keysspecial key always return sorted keys (because of the change from hashable-1.3.1.0)
v1.1.0.0 2021-03-01
Changed
- Rename
fromFilePathtofromFilePath'. - Define a new
fromFilePathwhose type isFilePath -> SourceCreatorinstaed ofFilePath -> 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
_selfas 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