summaryrefslogtreecommitdiff
path: root/doc/api/url.md
diff options
context:
space:
mode:
authorSteven <steven@ceriously.com>2018-02-09 14:14:28 -0500
committerRuben Bridgewater <ruben@bridgewater.de>2018-02-10 16:02:09 +0100
commitfafd5b07588733ef87767cf9e156f62bcb8f09c0 (patch)
tree5b9fba4e89c8becc0af7bcd4e79302e0d2a07300 /doc/api/url.md
parent38bac4266a4f7adcfdd9832934aa57c564da1179 (diff)
downloadandroid-node-v8-fafd5b07588733ef87767cf9e156f62bcb8f09c0.tar.gz
android-node-v8-fafd5b07588733ef87767cf9e156f62bcb8f09c0.tar.bz2
android-node-v8-fafd5b07588733ef87767cf9e156f62bcb8f09c0.zip
doc: add history for url.parse
PR-URL: https://github.com/nodejs/node/pull/18685 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Diffstat (limited to 'doc/api/url.md')
-rw-r--r--doc/api/url.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/url.md b/doc/api/url.md
index c6463d75dc..843c4b5446 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -1007,6 +1007,11 @@ The formatting process operates as follows:
### url.parse(urlString[, parseQueryString[, slashesDenoteHost]])
<!-- YAML
added: v0.1.25
+changes:
+ - version: v9.0.0
+ pr-url: https://github.com/nodejs/node/pull/13606
+ description: The `search` property on the returned URL object is now `null`
+ when no query string is present.
-->
* `urlString` {string} The URL string to parse.