I'm still not sure when `deserialize_any` is called over one of the specific variants, but it seems like I do have do make `deserialize_any` aware of all value types. Fixes #1.
28 lines
345 B
Text
28 lines
345 B
Text
= Changelog
|
|
:toc:
|
|
:toclevels: 1
|
|
:idprefix:
|
|
:idseparator: -
|
|
|
|
== [Unreleased]
|
|
|
|
- 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
|