Skip to content

Releases: status-im/nim-json-serialization

v0.4.4

14 Oct 18:26
c343b0e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.4

v0.4.2

30 Jul 05:22
e076cb9

Choose a tag to compare

v0.4.0

28 Jul 15:53
c20d95a

Choose a tag to compare

Add option to disable automatic serialization of primitive types

v0.3.0

24 Jul 06:38
5326730

Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.3.0

Compatibility notes

See #115 for implications of adding array streaming helpers - in particular, writeValue overrides no longer have access to the stream directly and instead must use streamElement to write element data which allows json_serialization to place the right delimiters in the stream. #112 provides more background information.