Skip to content

Releases: sindresorhus/query-string

v7.1.0

06 Jan 12:22
Compare
Choose a tag to compare
  • Add support for parameters with an explicit :list marker (#335) 6d220e6

v7.0.1...v7.1.0

v7.0.1

21 Jun 17:36
Compare
Choose a tag to compare
  • Don't encode the fragment identifier in .pick and .exclude (#320) fd3e779

v7.0.0...v7.0.1

v7.0.0

18 Mar 11:56
Compare
Choose a tag to compare

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

v6.14.1...v7.0.0

v6.14.1

26 Feb 12:18
Compare
Choose a tag to compare
  • Fix TypeScript type for stringifyUrl() a6d4a3f

v6.14.0...v6.14.1

v6.14.0

10 Feb 06:23
Compare
Choose a tag to compare

v6.13.8...v6.14.0

v6.13.8

30 Dec 07:05
Compare
Choose a tag to compare
  • Work around TypeScript bug 94ebcd4

v6.13.7...v6.13.8

v6.13.7

05 Nov 20:48
Compare
Choose a tag to compare
  • Allow readonly Stringifiable[] in StringifiableRecord (#291) 71d84b7

v6.13.6...v6.13.7

v6.13.6

17 Oct 16:02
Compare
Choose a tag to compare
  • When only receiving values with encoded array value, decode values (#287) b38f06c

v6.13.5...v6.13.6

v6.13.5

02 Oct 15:58
Compare
Choose a tag to compare
  • Allow null and undefined in Stringifiable TypeScript type (#281) df4cbb3

v6.13.4...v6.13.5

v6.13.4

28 Sep 18:51
Compare
Choose a tag to compare
  • Fix the TypeScript types for .stringify() and .stringifyUrl() (#279) 38906bc

v6.13.3...v6.13.4