Releases: sindresorhus/query-string
Releases · sindresorhus/query-string
v7.1.2
v7.1.1
v7.1.0
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