File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,18 @@ object.
262
262
## url.resolve(from, to)
263
263
<!-- YAML
264
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.
265
277
-->
266
278
267
279
* ` from ` {String} The Base URL being resolved against.
You can’t perform that action at this time.
0 commit comments