Skip to content

1.1.0.0

Choose a tag to compare

@patrickmn patrickmn released this 25 Jun 14:00
· 18 commits to main since this release

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 and encodeQuotedDocuments now output a leading ---