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: npm/hosted-git-info
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.7
Choose a base ref
...
head repository: npm/hosted-git-info
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 11 commits
  • 23 files changed
  • 4 contributors

Commits on Jan 28, 2021

  1. fix: simplify the regular expression for shortcut matching

    PR-URL: #76
    Credit: @nlf
    Close: #76
    Reviewed-by: @isaacs
    nlf committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    bede0dc View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.8

    nlf committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    a810463 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Fix GitHub spelling

    friederbluemle committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    518725a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Merge pull request #77 from friederbluemle/fix-typos

    Fix GitHub spelling
    lumaxis authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    de533ed View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. chore(dep): tap@14.11.0

    nlf committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    552c4b0 View commit details
    Browse the repository at this point in the history
  2. chore(tests): refactor tests

    nlf committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    f89b6fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9b2f7d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Merge pull request #79 from npm/nlf/refactor-tests

    refactor tests
    wraithgar authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    deab507 View commit details
    Browse the repository at this point in the history
  2. rewrite the entire module (#80)

    * feat! rewrite the world
    
    all internals have been rewritten to maintain a similar contract but to remove
    excessive use of regular expressions, unnecessary loops, the custom string
    templating engine, and various other bits of complexity
    
    BREAKING CHANGE extending with custom providers has changed
    nlf authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c218b9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34909e3 View commit details
    Browse the repository at this point in the history
  4. 4.0.0

    wraithgar committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    49d2074 View commit details
    Browse the repository at this point in the history
Loading