-
Notifications
You must be signed in to change notification settings - Fork 107
Comparing changes
Open a pull request
base repository: unshiftio/url-parse
base: eb6d9f51e395b7e47bf2594e457d541db21c713b
head repository: unshiftio/url-parse
compare: 8b3f5f2c88a4cfc2880f2319c307994cb25bb10a
Commits on May 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for af84da0 - Browse repository at this point
Copy the full SHA af84da0View commit details
Commits on May 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9f43f43 - Browse repository at this point
Copy the full SHA 9f43f43View commit details
Commits on May 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d2979b5 - Browse repository at this point
Copy the full SHA d2979b5View commit details
Commits on Jun 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ee22050 - Browse repository at this point
Copy the full SHA ee22050View commit details
Commits on Jul 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 81ab967 - Browse repository at this point
Copy the full SHA 81ab967View commit details -
[fix] Do not incorrectly set the
slashes
property totrue
Set it to `true` only if the protocol is special or if it is actually followed by two forward slashes.
Configuration menu - View commit details
-
Copy full SHA for 94872e7 - Browse repository at this point
Copy the full SHA 94872e7View commit details -
[fix] Add a leading slash only if the URL is special
If the value of the `pathname` property does not start with a `/`, add it only if the URL is special.
Configuration menu - View commit details
-
Copy full SHA for fed6d9e - Browse repository at this point
Copy the full SHA fed6d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb128af - Browse repository at this point
Copy the full SHA fb128afView commit details
Commits on Jul 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2d9ac2c - Browse repository at this point
Copy the full SHA 2d9ac2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 201034b - Browse repository at this point
Copy the full SHA 201034bView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for c798461 - Browse repository at this point
Copy the full SHA c798461View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for ad44493 - Browse repository at this point
Copy the full SHA ad44493View commit details
Commits on Aug 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 78f7017 - Browse repository at this point
Copy the full SHA 78f7017View commit details
Commits on Aug 14, 2021
-
[fix] Do not add spurious slashes
The forward slashes are not removed if there is no protocol so they must not be added back when the `Url` object is stringified.
3Configuration menu - View commit details
-
Copy full SHA for d9e332b - Browse repository at this point
Copy the full SHA d9e332bView commit details -
[fix] Handle the
auth
property (#213)Update the value of the `username` and `password` properties when the `auth` property is set. Fixes #212
Configuration menu - View commit details
-
Copy full SHA for 993acbe - Browse repository at this point
Copy the full SHA 993acbeView commit details -
[fix] Do not lose the password in the stringification process
Handle the case where the value of the `username` property is empty and the value of the `password` property is non-empty.
Configuration menu - View commit details
-
Copy full SHA for 15b1dbd - Browse repository at this point
Copy the full SHA 15b1dbdView commit details -
[test] Test that
Url#set()
correctly handles theauth
propertyTest that when the value of the `auth` property is updated, the values of the `username` and `password` properties are also updated. Refs: #213
Configuration menu - View commit details
-
Copy full SHA for 0be9572 - Browse repository at this point
Copy the full SHA 0be9572View commit details
Commits on Aug 23, 2021
-
[fix] Handle the
username
andpassword
propertiesUpdate the value of the `auth` property when the `username` or `password` property is set. Refs: #213 (comment)
Configuration menu - View commit details
-
Copy full SHA for 53d4d6d - Browse repository at this point
Copy the full SHA 53d4d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5472388 - Browse repository at this point
Copy the full SHA 5472388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36dd8b4 - Browse repository at this point
Copy the full SHA 36dd8b4View commit details
Commits on Sep 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e9a8353 - Browse repository at this point
Copy the full SHA e9a8353View commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a72a5c6 - Browse repository at this point
Copy the full SHA a72a5c6View commit details
Commits on Oct 28, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for 5e8a444 - Browse repository at this point
Copy the full SHA 5e8a444View commit details
Commits on Nov 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e324874 - Browse repository at this point
Copy the full SHA e324874View commit details
Commits on Dec 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 82c4908 - Browse repository at this point
Copy the full SHA 82c4908View commit details
Commits on Jan 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f7774f6 - Browse repository at this point
Copy the full SHA f7774f6View commit details
Commits on Jan 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9be7ee8 - Browse repository at this point
Copy the full SHA 9be7ee8View commit details
Commits on Feb 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e53a8c - Browse repository at this point
Copy the full SHA 4e53a8cView commit details
Commits on Feb 13, 2022
-
Copy the behavior of browser `URL` interface and remove CR, HT, and LF from the input URL.
Configuration menu - View commit details
-
Copy full SHA for 319851b - Browse repository at this point
Copy the full SHA 319851bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 193b44b - Browse repository at this point
Copy the full SHA 193b44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4a5807 - Browse repository at this point
Copy the full SHA e4a5807View commit details -
Merge pull request #223 from unshiftio/fix/at-sign-handling-in-userinfo
Correctly handle userinfo containing the at sign
Configuration menu - View commit details
-
Copy full SHA for 7b0b8a6 - Browse repository at this point
Copy the full SHA 7b0b8a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c9fa23 - Browse repository at this point
Copy the full SHA 4c9fa23View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6fa434 - Browse repository at this point
Copy the full SHA e6fa434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e9f2f - Browse repository at this point
Copy the full SHA 78e9f2fView commit details
Commits on Feb 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 88df234 - Browse repository at this point
Copy the full SHA 88df234View commit details -
[fix] Readd the empty userinfo to
url.href
(#226)If the userinfo is present but empty, the parsed host is also empty, and `url.pathname` is not `'/'`, then readd the empty userinfo to `url.href`, otherwise the original invalid URL might be transformed into a valid one with `url.pathname` as host.
Configuration menu - View commit details
-
Copy full SHA for ef45a13 - Browse repository at this point
Copy the full SHA ef45a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b3f5f2 - Browse repository at this point
Copy the full SHA 8b3f5f2View commit details
There are no files selected for viewing
This file was deleted.