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>
This commit is contained in:
parent
c5a4edb64f
commit
e9680c5e68
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user