summaryrefslogtreecommitdiff
path: root/doc/api/querystring.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-02-21 23:38:47 +0100
committerAnna Henningsen <anna@addaleax.net>2017-02-24 02:06:31 +0100
commite9680c5e6803b42ce46c455cfed3936bfe8b60e4 (patch)
tree8a01296d3ddfb2ab17d130b81dc4e55f5a222fd9 /doc/api/querystring.md
parentc5a4edb64fafd7534d433b58b4a8748effa40014 (diff)
downloadandroid-node-v8-e9680c5e6803b42ce46c455cfed3936bfe8b60e4.tar.gz
android-node-v8-e9680c5e6803b42ce46c455cfed3936bfe8b60e4.tar.bz2
android-node-v8-e9680c5e6803b42ce46c455cfed3936bfe8b60e4.zip
doc: add changelogs for querystring
PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Diffstat (limited to 'doc/api/querystring.md')
-rw-r--r--doc/api/querystring.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/querystring.md b/doc/api/querystring.md
index 443bd4c003..0c31c1600b 100644
--- a/doc/api/querystring.md
+++ b/doc/api/querystring.md
@@ -30,6 +30,13 @@ necessary by assigning `querystring.escape` to an alternative function.
## querystring.parse(str[, sep[, eq[, options]]])
<!-- YAML
added: v0.1.25
+changes:
+ - version: v6.0.0
+ pr-url: https://github.com/nodejs/node/pull/6055
+ description: The returned object no longer inherits from `Object.prototype`.
+ - version: v6.0.0, v4.2.4
+ pr-url: https://github.com/nodejs/node/pull/3807
+ description: The `eq` parameter may now have a length of more than `1`.
-->
* `str` {String} The URL query string to parse