Update dependency query-string to v7
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
query-string | 5.1.1 -> 7.0.1 |
Release Notes
sindresorhus/query-string
v7.0.1
v7.0.0
Breaking
- Implement skips for stringify array format comma (#304)
828f032
- This is a breaking change to the default functionality of
.stringify()
forcomma
andseparator
array modes given thatskipNull
andskipEmptyString
are default false but the original functionality of.stringify()
for these 2 modes behaved as thoughskipNull
andskipEmptyString
were true.
- This is a breaking change to the default functionality of
Improvements
v6.14.1
- Fix TypeScript type for
stringifyUrl()
a6d4a3f
v6.14.0
v6.13.8
- Work around TypeScript bug
94ebcd4
v6.13.7
v6.13.6
v6.13.5
v6.13.4
v6.13.3
- Fix the TypeScript type for the
.stringifyUrl()
methodb15f945
v6.13.2
- Fix the
ParsedQuery
TypeScript type56d2923
v6.13.1
v6.13.0
- Add support for parsing/stringifying fragment identifier (#222)
ce06095
v6.12.1
v6.12.0
- Add
skipEmptyString
option (#252)20233a6
v6.11.1
v6.11.0
- Support custom array separator (#234)
7712622
- Preserve encoded commas when using
arrayFormat: 'comma'
(#236)a1d108f
v6.10.1
- Fix issue with using Rollup
b3179c4
v6.10.0
- Add
.stringifyUrl()
method (#217)1604958
v6.9.0
- Add option to skip keys with the value of
null
in.stringify()
(#215)20d8069
- Only parse
+
to space whendecode
is true (#214)e20ab65
v6.8.3
v6.8.2
v6.8.1
v6.8.0
Enhancements:
Fixes:
v6.7.0
v6.6.0
Enhancements:
Fixes:
v6.5.0
- Support stringifying array containing value 0 (#173)
317cb36
- Support hash in
.extract()
(#174)64a30da
v6.4.2
v6.4.0
- Add
comma
format to thearrayFormat
option (#167)b22c2af
- Fix the
ParsedQuery
TypeScript type (#170)49d2203
v6.3.0
v6.2.0
- Supports hash in
parseUrl()
. https://github.com/sindresorhus/query-string/commit/5b4ce872f826b7a919f6d062b728d0dc28c18291 - Fixed a bug where it would still sort even when
{sort: false}
. https://github.com/sindresorhus/query-string/commit/b20493effe099e662df234110f2958bda2567a01
v6.1.0
- Added
decode
option to.parse()
. https://github.com/sindresorhus/query-string/commit/3fd6fd9c3ffb5232107e47afd787e43ed5df78c1 - Fixed
.stringify()
for bracket mode with arrays containing null. https://github.com/sindresorhus/query-string/commit/e5a6c1f16d0a3483bbc03f2049d86398227941fb
v6.0.0
We now target Node.js 6 or later and the latest version of Chrome, Firefox, and Safari. If you want support for older browsers, use version 5: npm install query-string@5
. Same goes for Create React App v1 users (v2 works though), since it doesn't transpile node_modules
.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by James Bowden