Skip to content

Releases: sindresorhus/query-string

v6.3.0

03 Mar 11:20
Compare
Choose a tag to compare

v6.2.0...v6.3.0

v6.2.0

02 Oct 05:57
Compare
Choose a tag to compare
  • Supports hash in parseUrl(). 5b4ce87
  • Fixed a bug where it would still sort even when {sort: false}. b20493e

v6.1.0...v6.2.0

v6.1.0

02 May 17:43
Compare
Choose a tag to compare
  • Added decode option to .parse(). 3fd6fd9
  • Fixed .stringify() for bracket mode with arrays containing null. e5a6c1f

v6.0.0...v6.1.0

v6.0.0

14 Mar 05:51
Compare
Choose a tag to compare

We now target Node.js 6 or later and the latest version of Chrome, Firefox, and Safari. If you want support for older browsers, use version 5: npm install query-string@5. Same goes for Create React App v1 users (v2 works though), since it doesn't transpile node_modules.

v5.1.1...v6.0.0

v5.0.0

22 Jul 22:47
Compare
Choose a tag to compare

We're now using a better decoder that can gracefully handle many invalid query string found in the wild. This is a major version just to be on the safe side. Most users should be unaffected by this. See: a69bdd5