Skip to content

Releases: sindresorhus/query-string

v7.0.0

18 Mar 11:56

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

Choose a tag to compare

  • Fix TypeScript type for stringifyUrl() a6d4a3f

v6.14.0...v6.14.1

v6.14.0

10 Feb 06:23

Choose a tag to compare

v6.13.8...v6.14.0

v6.13.8

30 Dec 07:05

Choose a tag to compare

  • Work around TypeScript bug 94ebcd4

v6.13.7...v6.13.8

v6.13.7

05 Nov 20:48

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

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

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

Choose a tag to compare

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

v6.13.3...v6.13.4

v6.13.3

27 Sep 13:07

Choose a tag to compare

  • Fix the TypeScript type for the .stringifyUrl() method b15f945

v6.13.2...v6.13.3

v6.13.2

13 Sep 15:34

Choose a tag to compare

  • Fix the ParsedQuery TypeScript type 56d2923

v6.13.1...v6.13.2