summaryrefslogtreecommitdiff
path: root/doc/api/url.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-02-21 23:38:49 +0100
committerAnna Henningsen <anna@addaleax.net>2017-02-24 02:06:31 +0100
commitc9bfa9cc0c0242bda7e14d70c370dab06f3f310d (patch)
tree58d1ff7478da8c1a9290b6e447cafdb6534edc94 /doc/api/url.md
parent0dc6ff70d2538e19f60627fbcc2cbbe2a48b1c89 (diff)
downloadandroid-node-v8-c9bfa9cc0c0242bda7e14d70c370dab06f3f310d.tar.gz
android-node-v8-c9bfa9cc0c0242bda7e14d70c370dab06f3f310d.tar.bz2
android-node-v8-c9bfa9cc0c0242bda7e14d70c370dab06f3f310d.zip
doc: add changelogs for url
PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Diffstat (limited to 'doc/api/url.md')
-rw-r--r--doc/api/url.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/api/url.md b/doc/api/url.md
index a38c79aa12..c6eb2f9876 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -262,6 +262,18 @@ object.
## url.resolve(from, to)
<!-- YAML
added: v0.1.25
+changes:
+ - version: v6.6.0
+ pr-url: https://github.com/nodejs/node/pull/8215
+ description: The `auth` fields are now kept intact when `from` and `to`
+ refer to the same host.
+ - version: v6.5.0, v4.6.2
+ pr-url: https://github.com/nodejs/node/pull/8214
+ description: The `port` field is copied correctly now.
+ - version: v6.0.0
+ pr-url: https://github.com/nodejs/node/pull/1480
+ description: The `auth` fields is cleared now the `to` parameter
+ contains a hostname.
-->
* `from` {String} The Base URL being resolved against.