61 lines
751 B
Text
61 lines
751 B
Text
= Changelog
|
|
:toc:
|
|
:toclevels: 1
|
|
:idprefix:
|
|
:idseparator: -
|
|
|
|
== [Unreleased]
|
|
|
|
=== Added
|
|
|
|
=== Fixed
|
|
|
|
- fix parsing CRLF
|
|
|
|
== [v1.0.0] - 2023-03-10
|
|
|
|
=== Added
|
|
|
|
- implement literal strings
|
|
|
|
=== Fixed
|
|
|
|
- fix serializing strings containing `:`
|
|
- fix serializing certain escaped characters
|
|
|
|
== [v0.2.4] - 2023-03-01
|
|
|
|
=== Fixed
|
|
|
|
- fix incorrect parsing of unquoted strings
|
|
|
|
== [v0.2.3] - 2023-02-24
|
|
|
|
=== Fixed
|
|
|
|
- support backslashes in delimited strings
|
|
|
|
== [v0.2.2] - 2023-02-18
|
|
|
|
=== Fixed
|
|
|
|
- fix deserialization failing on arrays and objects in some cases
|
|
|
|
== [v0.2.1] - 2022-12-28
|
|
|
|
=== Fixed
|
|
|
|
- fix serializing Unicode
|
|
|
|
== [v0.2.0] - 2022-11-25
|
|
|
|
=== Added
|
|
|
|
* parsing & deserialization
|
|
|
|
== [v0.1.0] - 2022-11-18
|
|
|
|
=== Added
|
|
|
|
* initial release
|
|
* serialization
|