Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unshiftio/url-parse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.4
Choose a base ref
...
head repository: unshiftio/url-parse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.7
Choose a head ref
  • 13 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    f7774f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    9be7ee8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    4e53a8c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. [fix] Remove CR, HT, and LF

    Copy the behavior of browser `URL` interface and remove CR, HT, and LF
    from the input URL.
    lpinca committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    319851b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    193b44b View commit details
    Browse the repository at this point in the history
  3. 1.5.5

    Swaagie committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    e4a5807 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #223 from unshiftio/fix/at-sign-handling-in-userinfo

    Correctly handle userinfo containing the at sign
    Swaagie authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    7b0b8a6 View commit details
    Browse the repository at this point in the history
  5. 1.5.6

    Swaagie committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    4c9fa23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6fa434 View commit details
    Browse the repository at this point in the history
  7. [security] Fix nits

    lpinca committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    78e9f2f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    88df234 View commit details
    Browse the repository at this point in the history
  2. [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.
    lpinca authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ef45a13 View commit details
    Browse the repository at this point in the history
  3. 1.5.7

    Swaagie committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8b3f5f2 View commit details
    Browse the repository at this point in the history
Loading