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 <[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 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.