Skip to content

Commit f1ee037

Browse files
committed
v6.13.1
1 parent afd20d0 commit f1ee037

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## **6.13.1**
2+
[Fix] `stringify`: avoid a crash when a `filter` key is `null`
3+
[Fix] `utils.merge`: functions should not be stringified into keys
4+
[Fix] `parse`: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
5+
[Fix] `stringify`: ensure a non-string `filter` does not crash
6+
[Refactor] use `__proto__` syntax instead of `Object.create` for null objects
7+
[Refactor] misc cleanup
8+
[Tests] `utils.merge`: add some coverage
9+
[Tests] fix a test case
10+
[actions] split out node 10-20, and 20+
11+
[Dev Deps] update `es-value-fixtures`, `mock-property`, `object-inspect`, `tape`
12+
113
## **6.13.0**
214
- [New] `parse`: add `strictDepth` option (#511)
315
- [Tests] use `npm audit` instead of `aud`

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "qs",
33
"repository": "ljharb/qs",
44
"description": "query-string parser / stringifier with nesting support",
5-
"version": "6.10.3",
5+
"version": "6.13.1",
66
"keywords": ["querystring", "query", "parser"],
77
"main": "lib/index.js",
88
"scripts": [

0 commit comments

Comments
 (0)