Query String Versions Save

Parse and stringify URL query strings

v7.1.0

2 years ago
  • Add support for parameters with an explicit :list marker (#335) 6d220e6

https://github.com/sindresorhus/query-string/compare/v7.0.1...v7.1.0

v7.0.1

2 years ago
  • Don't encode the fragment identifier in .pick and .exclude (#320) fd3e779

https://github.com/sindresorhus/query-string/compare/v7.0.0...v7.0.1

v7.0.0

3 years ago

Breaking

  • Implement skips for stringify array format comma (#304) 828f032
    • This is a breaking change to the default functionality of .stringify() for comma and separator array modes given that skipNull and skipEmptyString are default false but the original functionality of .stringify() for these 2 modes behaved as though skipNull and skipEmptyString were true.

Improvements

  • Add support for arrayFormat: 'bracket-separator' (#276) b10bc19

https://github.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0

v6.14.1

3 years ago
  • Fix TypeScript type for stringifyUrl() a6d4a3f

https://github.com/sindresorhus/query-string/compare/v6.14.0...v6.14.1

v6.14.0

3 years ago
  • Add .pick() and .exclude() (#282) 6ed5cb3
  • Ignore ending ampersand when parsing (#306) 667c9e9

https://github.com/sindresorhus/query-string/compare/v6.13.8...v6.14.0

v6.13.8

3 years ago

v6.13.7

3 years ago
  • Allow readonly Stringifiable[] in StringifiableRecord (#291) 71d84b7

https://github.com/sindresorhus/query-string/compare/v6.13.6...v6.13.7

v6.13.6

3 years ago
  • When only receiving values with encoded array value, decode values (#287) b38f06c

https://github.com/sindresorhus/query-string/compare/v6.13.5...v6.13.6

v6.13.5

3 years ago
  • Allow null and undefined in Stringifiable TypeScript type (#281) df4cbb3

https://github.com/sindresorhus/query-string/compare/v6.13.4...v6.13.5

v6.13.4

3 years ago
  • Fix the TypeScript types for .stringify() and .stringifyUrl() (#279) 38906bc

https://github.com/sindresorhus/query-string/compare/v6.13.3...v6.13.4