Releases: sindresorhus/query-string
Releases · sindresorhus/query-string
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()
method b15f945
v6.13.2
- Fix the
ParsedQuery
TypeScript type 56d2923