Skip to content

Commit 280af05

Browse files
styflegibfahn
authored andcommittedApr 13, 2018
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 29b0d3b commit 280af05

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
@@ -984,6 +984,11 @@ The formatting process operates as follows:
984984
### url.parse(urlString[, parseQueryString[, slashesDenoteHost]])
985985
<!-- YAML
986986
added: v0.1.25
987+
changes:
988+
- version: v9.0.0
989+
pr-url: https://github.com/nodejs/node/pull/13606
990+
description: The `search` property on the returned URL object is now `null`
991+
when no query string is present.
987992
-->
988993

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

0 commit comments

Comments
 (0)
Please sign in to comment.