Skip to content

Commit 9aca407

Browse files
committed
v6.15.2
1 parent 5e33d33 commit 9aca407

3 files changed

Lines changed: 23 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## **6.15.2**
2+
- [Fix] `stringify`: skip null/undefined entries in `arrayFormat: 'comma'` + `encodeValuesOnly` instead of crashing in `encoder`
3+
- [Fix] `stringify`: use configured `delimiter` after `charsetSentinel` (#555)
4+
- [Fix] `stringify`: apply `formatter` to encoded key under `strictNullHandling` (#554)
5+
- [Fix] `stringify`: skip null/undefined filter-array entries instead of crashing in `encoder` (#551)
6+
- [Fix] `parse`: handle nested bracket groups and add regression tests (#530)
7+
- [readme] fix grammar (#550)
8+
- [Dev Deps] update `@ljharb/eslint-config`
9+
- [Tests] add regression tests for keys containing percent-encoded bracket text
10+
111
## **6.15.1**
212
- [Fix] `parse`: `parameterLimit: Infinity` with `throwOnLimitExceeded: true` silently drops all parameters
313
- [Deps] update `@ljharb/eslint-config`

0 commit comments

Comments
 (0)