We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e903c0 commit 95bc018Copy full SHA for 95bc018
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## **6.10.5**
2
+- [Fix] `stringify`: with `arrayFormat: comma`, properly include an explicit `[]` on a single-item array (#434)
3
+
4
## **6.10.4**
5
- [Fix] `stringify`: with `arrayFormat: comma`, include an explicit `[]` on a single-item array (#441)
6
- [meta] use `npmignore` to autogenerate an npmignore file
package.json
@@ -2,7 +2,7 @@
"name": "qs",
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"homepage": "https://github.com/ljharb/qs",
- "version": "6.10.4",
+ "version": "6.10.5",
"repository": {
7
"type": "git",
8
"url": "https://github.com/ljharb/qs.git"
0 commit comments