v7.0.0
版本发布时间: 2021-03-18 19:56:13
sindresorhus/query-string最新发布版本:v9.1.1(2024-10-09 14:21:22)
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
- Add support for
arrayFormat: 'bracket-separator'
(#276) b10bc19
https://github.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0