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 Loading
base: 1.5.1
Choose a base ref
...
head repository: unshiftio/url-parse Loading
compare: 1.5.3
Choose a head ref
  • 12 commits
  • 8 files changed
  • 2 contributors

Commits on May 13, 2021

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

Commits on May 15, 2021

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

Commits on May 18, 2021

  1. [fix] Special case the file: protocol (#204)

    Fixes #203
    lpinca committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d2979b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. [ci] Use GitHub Actions

    lpinca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    ee22050 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Configuration menu
    Copy the full SHA
    81ab967 View commit details
    Browse the repository at this point in the history
  2. [fix] Do not incorrectly set the slashes property to true

    Set it to `true` only if the protocol is special or if it is actually
    followed by two forward slashes.
    lpinca committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    94872e7 View commit details
    Browse the repository at this point in the history
  3. [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.
    lpinca committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    fed6d9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb128af View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    2d9ac2c View commit details
    Browse the repository at this point in the history
  2. [dist] 1.5.2

    3rd-Eden committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    201034b View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    c798461 View commit details
    Browse the repository at this point in the history
  4. [dist] 1.5.3

    3rd-Eden committed Jul 25, 2021
    1 Configuration menu
    Copy the full SHA
    ad44493 View commit details
    Browse the repository at this point in the history
Loading