File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 2026-01-23 - 1.2.4
4+
5+ - fix: ` Set<T> ` and ` StaticArray<T> ` members in classes were not deserializing correctly
6+ - fix: Fully reset state of transformer between builds
7+
38## 2026-01-03 - 1.2.3
49
510- feat: handle surrogates and code units during string serialization and deserialization
340345- feat: reduce memory usage so that it is viable for low-memory environments
341346- feat: write to a central buffer and reduce memory overhead
342347- feat: rewrite the transform to properly resolve schemas and link them together
343- - feat: pre-allocate and compute the minimum size of a schema to avoid memory out of range errors
348+ - feat: pre-allocate and compute the minimum size of a schema to avoid memory out of range errors
Original file line number Diff line number Diff line change 11{
22 "name" : " json-as" ,
3- "version" : " 1.2.3 " ,
3+ "version" : " 1.2.4 " ,
44 "author" : " Jairus Tanaka" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments