We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d59e5 commit 93e7639Copy full SHA for 93e7639
doc/api/url.md
@@ -262,6 +262,18 @@ object.
262
## url.resolve(from, to)
263
<!-- YAML
264
added: v0.1.25
265
+changes:
266
+ - version: v6.6.0
267
+ pr-url: https://github.com/nodejs/node/pull/8215
268
+ description: The `auth` fields are now kept intact when `from` and `to`
269
+ refer to the same host.
270
+ - version: v6.5.0, v4.6.2
271
+ pr-url: https://github.com/nodejs/node/pull/8214
272
+ description: The `port` field is copied correctly now.
273
+ - version: v6.0.0
274
+ pr-url: https://github.com/nodejs/node/pull/1480
275
+ description: The `auth` fields is cleared now the `to` parameter
276
+ contains a hostname.
277
-->
278
279
* `from` {String} The Base URL being resolved against.
0 commit comments