Skip to content

Commit fafd5b0

Browse files
styfleBridgeAR
authored andcommitted
doc: add history for url.parse
PR-URL: #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>
1 parent 38bac42 commit fafd5b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api/url.md

+5
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,11 @@ The formatting process operates as follows:
10071007
### url.parse(urlString[, parseQueryString[, slashesDenoteHost]])
10081008
<!-- YAML
10091009
added: v0.1.25
1010+
changes:
1011+
- version: v9.0.0
1012+
pr-url: https://github.com/nodejs/node/pull/13606
1013+
description: The `search` property on the returned URL object is now `null`
1014+
when no query string is present.
10101015
-->
10111016

10121017
* `urlString` {string} The URL string to parse.

0 commit comments

Comments
 (0)