This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/body-parser/node_modules/qs/CHANGELOG.md

4.2 KiB

2.2.3

  • #37 parser discards first empty value in array
  • #36 Update to lab 4.x

2.2.2

  • #33 Error when plain object in a value
  • #34 use Object.prototype.hasOwnProperty.call instead of obj.hasOwnProperty
  • #24 Changelog? Semver?

2.2.2

  • #33 Error when plain object in a value
  • #34 use Object.prototype.hasOwnProperty.call instead of obj.hasOwnProperty
  • #24 Changelog? Semver?

2.2.2

  • #34 use Object.prototype.hasOwnProperty.call instead of obj.hasOwnProperty
  • #24 Changelog? Semver?

2014-08-28

95 commits against 24 issues, over a month 32edf33b1e7b53

2.2.1

  • #32 account for circular references properly, closes #31
  • #31 qs.parse stackoverflow on circular objects

2.2.0

  • #30 Bug when merging non-object values into arrays
  • #29 Don't call Utils.clone at the top of Utils.merge
  • #26 Don't use Buffer global if it's not present
  • #23 Ability to not limit parameters?

2.1.0

  • #22 Enable using a RegExp as delimiter

2.0.0

  • #20 Configurable parametersLimit
  • #18 Why is there arrayLimit?
  • #21 make all limits optional, for #18, for #20

1.2.2

  • #19 Don't overwrite null values

1.2.1

  • #16 ignore non-string delimiters
  • #15 Close code block

1.2.0

  • #12 Add optional delim argument
  • #13 fix #11: flattened keys in array are now correctly parsed

1.1.0

  • #7 Empty values of a POST array disappear after being submitted
  • #9 Should not omit equals signs (=) when value is null
  • #6 Minor grammar fix in README

1.0.2

  • #5 array holes incorrectly copied into object on large index

Issues

  • #25 Remove references to Buffer
  • #11 Flattened keys in array does not parse correctly
  • #8 Square brackets should be URI encoded
  • #3 Update README.md
  • #2 Add travis and rework package