Skip to content

Commit fafd5b0

Browse files
styfleBridgeAR
authored andcommitted
doc: add history for url.parse
PR-URL: #18685 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
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)