Releases: clovyr/aeson-yaml
Releases · clovyr/aeson-yaml
1.1.0.1
1.1.0.0
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---
1.0.6.0
1.0.5.0
1.0.4.0
1.0.3.0
1.0.2.0
1.0.1.0
Added
encodeQuoted
: Encodes with all keys/strings quotedencodeQuotedDocuments
: Encodes documents with all keys/strings quoted
Changed
-
Simple strings (scalars) are now written unquoted.
-
Multi-line strings (with trailing newlines) are now written as literal
block scalars.