Skip to content

Commit

Permalink
doc, url: add changelog metadata for url.format
Browse files Browse the repository at this point in the history
PR-URL: #14543
Fixes: #11103
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
TimothyGu authored and addaleax committed Aug 1, 2017
1 parent 0cf1e22 commit cfed48e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,13 @@ forward-slash characters (`/`) are required following the colon in the
### url.format(urlObject)
<!-- YAML
added: v0.1.25
changes:
- version: v7.0.0
pr-url: https://github.com/nodejs/node/pull/7234
description: URLs with a `file:` scheme will now always use the correct
number of slashes regardless of `slashes` option. A false-y
`slashes` option with no protocol is now also respected at all
times.
-->

* `urlObject` {Object|string} A URL object (as returned by `url.parse()` or
Expand Down

0 comments on commit cfed48e

Please sign in to comment.