Skip to content

Commit

Permalink
v6.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 17, 2024
1 parent afd20d0 commit f1ee037
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## **6.13.1**
[Fix] `stringify`: avoid a crash when a `filter` key is `null`
[Fix] `utils.merge`: functions should not be stringified into keys
[Fix] `parse`: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
[Fix] `stringify`: ensure a non-string `filter` does not crash
[Refactor] use `__proto__` syntax instead of `Object.create` for null objects
[Refactor] misc cleanup
[Tests] `utils.merge`: add some coverage
[Tests] fix a test case
[actions] split out node 10-20, and 20+
[Dev Deps] update `es-value-fixtures`, `mock-property`, `object-inspect`, `tape`

## **6.13.0**
- [New] `parse`: add `strictDepth` option (#511)
- [Tests] use `npm audit` instead of `aud`
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "qs",
"repository": "ljharb/qs",
"description": "query-string parser / stringifier with nesting support",
"version": "6.10.3",
"version": "6.13.1",
"keywords": ["querystring", "query", "parser"],
"main": "lib/index.js",
"scripts": [
Expand Down
Loading

0 comments on commit f1ee037

Please sign in to comment.