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.2
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: v3.0.8
Choose a head ref
  • 13 commits
  • 11 files changed
  • 5 contributors

Commits on Feb 25, 2020

  1. Ensure passwords in hosted Git URLs are correctly escaped

    PR-URL: #58
    Credit: @stevenhilder
    Close: #58
    Reviewed-by: @darcyclarke
    stevenhilder authored and darcyclarke committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    31140a7 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.3

    darcyclarke committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    6f39e93 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. fix: Do not pass scp-style URLs to the WhatWG url.URL

    Fix #60
    
    PR-URL: #63
    Credit: @isaacs
    Close: #63
    Reviewed-by: @isaacs
    isaacs committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    0835306 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.4

    isaacs committed Feb 26, 2020
    1 Configuration menu
    Copy the full SHA
    8e0b0ec View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. update lru-cache to latest

    isaacs committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    47c931e View commit details
    Browse the repository at this point in the history
  2. chore: properly advertise version support

    We dropped support for node 6 and 8 with version 3, but didn't update
    the package.json file.  This corrects that oversight.
    isaacs committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    167cef2 View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.0.5

    isaacs committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    c53c6ab View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. fix: support to github gist legacy hash length

    In a previous refactor we add a length count to strict a little bit more
    the regex that identifies gists, unfortunately it drops support to
    legacy gists that had less than 32 characters hashes,
    ref: d5cf830
    
    This changeset fixes it by reducing that count to 7 (which is the
    smallest hash length found in tests from our package ecosystem) that
    seems to have been in use until at least late-2012.
    
    PR-URL: #68
    Credit: @ruyadorno
    Close: #68
    Reviewed-by: @darcyclarke
    ruyadorno authored and darcyclarke committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    c067102 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.6

    darcyclarke committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    d30f96e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. fix: correctly filter out urls for tarballs in gitlab

    PR-URL: #69
    Credit: @nlf
    Close: #69
    Reviewed-by: @isaacs
    nlf authored and isaacs committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    eb5bd5a View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.7

    isaacs committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    afe2808 View commit details
    Browse the repository at this point in the history

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
Loading