aeson-yaml v1.1.0.0 Release Notes
Release Date: 2020-06-25 // over 4 years ago-
๐ Changed
- Every change to the YAML output format will now result in a bump of B in A.B.C.D to more closely follow the Haskell PVP. B will be bumped in case of small changes and bug fixes, and A if a change is expected to cause problems with common YAML 1.1 or 1.2 decoders.
encodeDocuments
andencodeQuotedDocuments
now output a leading---
Previous changes from v1.0.6.0
-
๐ Changed
Don't quote simple strings containing spaces, e.g: hello world
Single-quote dates (like '2020-02-27') and bools ('true' / 'false')