Skip to content

Commit 4fbcb6a

Browse files
committed
Update jsonxl
- Fixed an edge case for signed numbers in the range ±[MAX_SAFE_INTEGER/2 … MAX_SAFE_INTEGER]. - Removed the limitation on total encoded string length exceeding the maximum string length (~500 MB for V8)
1 parent 07692f3 commit 4fbcb6a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## next
22

3+
- Updated jsonxl
4+
- Fixed an edge case for signed numbers in the range ±[MAX_SAFE_INTEGER/2 … MAX_SAFE_INTEGER].
5+
- Removed the limitation on total encoded string length exceeding the maximum string length (~500 MB for V8)
36
- Fixed displaying of output progress for jsonxl
47

58
## 2.0.3 (July 10, 2025)

0 commit comments

Comments
 (0)