All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.0 - 2024-12-11
- support patch 2.2.
- bump
simdjson
to 3.11.2 (was 3.10.1).
0.5.0 - 2024-09-13
- support patch 2.13.
- bump
simdjson
to 3.10.1 (was 3.9.4).
0.4.3 - 2024-06-23
- crash when using
FromJson
with an empty type or when type is not found.
- bump
simdjson
to 3.9.4 (was 3.9.1).
0.4.2 - 2024-05-17
- issue when using
FromJson
to get a double from an integer would always return0
.
0.4.1 - 2024-05-15
- issue when using
ToJson
where array ofref<T>
was converted to[ [ {}, ...] ]
instead of[ {}, ... ]
.
0.4.0 - 2024-04-26
- optional indent argument when formatting with
ToString()
.
- using
ToString()
will now format to minified Json by default.
0.3.0 - 2024-04-22
- support for type
Uint64
withJsonObject
andJsonArray
. - methods
FromJson
andToJson
to transform data two-way.
0.2.0 - 2024-04-16
- declaration of module RedData.Json with all Json related features.
0.1.0 - 2024-04-09
- parse/create/format Json data.