You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
+
unreleased
2
+
===================
3
+
* fix: improve `limit` option validation (#698)
4
+
* Invalid `limit` values (e.g. unparseable strings or `NaN`) now throw instead of being silently ignored, which previously disabled size limit enforcement
5
+
*`null` and `undefined` fall back to the default 100kb limit
6
+
1
7
1.20.5 / 2026-04-24
2
8
===================
3
-
* refactor(json): simplify strict mode error string construction
9
+
* refactor(json): simplify strict mode error string construction
4
10
* fix: extended urlencoded parsing of arrays with >100 elements (#716)
0 commit comments