Skip to content

Commit c37f841

Browse files
committed
release: v1.2.4
1 parent 3a7df56 commit c37f841

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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
@@ -340,4 +345,4 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-as",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"author": "Jairus Tanaka",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)