Skip to content

Commit bdcf0c7

Browse files
committed
v6.14.2
1 parent 294db90 commit bdcf0c7

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## **6.14.2**
2+
- [Fix] `parse`: mark overflow objects for indexed notation exceeding `arrayLimit` (#546)
3+
- [Fix] `arrayLimit` means max count, not max index, in `combine`/`merge`/`parseArrayValue`
4+
- [Fix] `parse`: throw on `arrayLimit` exceeded with indexed notation when `throwOnLimitExceeded` is true (#529)
5+
- [Fix] `parse`: enforce `arrayLimit` on `comma`-parsed values
6+
- [Fix] `parse`: fix error message to reflect arrayLimit as max index; remove extraneous comments (#545)
7+
- [Robustness] avoid `.push`, use `void`
8+
- [readme] document that `addQueryPrefix` does not add `?` to empty output (#418)
9+
- [readme] clarify `parseArrays` and `arrayLimit` documentation (#543)
10+
- [readme] replace runkit CI badge with shields.io check-runs badge
11+
- [meta] fix changelog typo (`arrayLength``arrayLimit`)
12+
- [actions] fix rebase workflow permissions
13+
114
## **6.14.1**
215
- [Fix] ensure `arrayLimit` applies to `[]` notation as well
316
- [Fix] `parse`: when a custom decoder returns `null` for a key, ignore that key

0 commit comments

Comments
 (0)