zoneadmin/node_modules/qs/CHANGELOG.md
Matjaz Mesnjak c204ec0b6b Initial commit.
2017-09-20 23:16:30 +02:00

7.6 KiB

6.2.0

  • [New] pass Buffers to the encoder/decoder directly (#161)
  • [New] add "encoder" and "decoder" options, for custom param encoding/decoding (#160)
  • [Fix] fix compacting of nested sparse arrays (#150)

6.1.0

  • [New] allowDots option for stringify (#151)
  • [Fix] "sort" option should work at a depth of 3 or more (#151)
  • [Fix] Restore dist directory; will be removed in v7 (#148)

6.0.2

  • Revert ES6 requirement and restore support for node down to v0.8.

6.0.1

  • #127 Fix engines definition in package.json

6.0.0

  • #124 Use ES6 and drop support for node < v4

5.2.0

  • #64 Add option to sort object keys in the query string

5.1.0

  • #117 make URI encoding stringified results optional
  • #106 Add flag skipNulls to optionally skip null values in stringify

5.0.0

  • #114 default allowDots to false
  • #100 include dist to npm

4.0.0

  • #98 make returning plain objects and allowing prototype overwriting properties optional

3.1.0

  • #89 Add option to disable "Transform dot notation to bracket notation"

3.0.0

  • #80 qs.parse silently drops properties
  • #77 Perf boost
  • #60 Add explicit option to disable array parsing
  • #74 Bad parse when turning array into object
  • #81 Add a filter option
  • #68 Fixed issue with recursion and passing strings into objects.
  • #66 Add mixed array and object dot notation support Closes: #47
  • #76 RFC 3986
  • #85 No equal sign
  • #84 update license attribute

2.4.1

  • #73 Property 'hasOwnProperty' of object #