- Increase upper bound of
aeson
. - Increase upper bound of
lens
. - Increase upper bound of
lens-aeson
.
- Make
jsonErrors
total. Thanks to @gelisam for this fix! See #12 for more information.
- Increase the upper bound of
lens
.
- Increase the upper bound of
aeson
.
- Increase upper bound of
aeson
.
- Increase upper bound of
lens
.
- Increase upper bound of
aeson
.
- Increase upper bounds on
base
andlens
.
- Update upper bounds of
base
andlens
.
- Builds with
aeson-0.11
.
- Update upper bounds of
aeson
.
- Update upper bounds of
lens
.
- Update upper bounds of
lens
.
- Update upper bounds of
aeson
andlens
.
- Update upper bounds to base < 4.9, digestive-functors < 0.9, lens < 4.10
- Builds with lens < 4.8.
- 1.1.12 included old test code which fails tests. This release includes the correct code.
- Builds with lens < 4.7.
- Builds with 4.4 <= lens < 4.5, aeson < 0.9. This increases the lower-bound on the lens dependency.
- Builds with lens < 4.4.
- Builds with lens < 4.3.
- Builds with base 4.7
- 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.
- Build with
lens
4.1.
- Upgraded to
lens
4.0. Droppedlens-aeson
dependency.
- Upgraded to
digestive-functors
0.7.
- 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.
- Support top level lists. This means you can now parse the JSON document
[ 0, 1, 2 ]
with the formlistOf stringRead
.
- Support lists
- Added
jsonErrors
, which can transform aToJSON a => View a
into a aesonValue
. This respects the validation hierarchy. - Tests!
- Added a dependency on the
Safe
package to build with GHC < 7.6.
- Initial release