aeson-yaml v1.0.1.0 Release Notes

Release Date: 2019-10-15 // over 4 years ago
  • ➕ Added

    • encodeQuoted: Encodes with all keys/strings quoted
    • encodeQuotedDocuments: 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.