Changelog for HsYAML-aeson-0.2.0.0
See also http://pvp.haskell.org/faq
0.2.0.0
This release incorporates the work from Vijay Tadikamalla's GSOC 2019 Project.
- Breaking change: The result types of
decode1,decode1',decodeValue, anddecodeValue'have been changed fromEither String _toEither (Pos,String) _to mirror the error-reporting change in theHsYAML-0.2API - New functions
encode1,encode1Strict,encodeValue, andencodeValue'for serializing JSON Values as YAML documents - New convenience function
decode1Strict - New (orphan)
instance ToYAML Data.Aeson.Value
0.1.0.0
- First release. Released on an unsuspecting world.