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: isaacs/minimatch Loading
base: v3.0.0
Choose a base ref
...
head repository: isaacs/minimatch Loading
compare: v3.0.4
Choose a head ref
  • 13 commits
  • 8 files changed
  • 4 contributors

Commits on Nov 12, 2015

  1. update travis

    isaacs committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    ea0c690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361f803 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7df236f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Remove mentions of cache from readme

    caching was removed in 0f06f18
    forivall committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    9cf2d88 View commit details
    Browse the repository at this point in the history
  2. update tap

    isaacs committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    4f3a8bc View commit details
    Browse the repository at this point in the history
  3. v3.0.1

    isaacs committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    8ac560e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Handle extremely long and terrible patterns more gracefully

    Reported by @nstarke, thanks
    isaacs committed Jun 17, 2016
    2 Configuration menu
    Copy the full SHA
    6944abf View commit details
    Browse the repository at this point in the history
  2. v3.0.2

    isaacs committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    81edb7c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Do not throw on unfinished !( extglob patterns

    There were some magic numbers that assumed that every extglob pattern
    starts and ends with a specific number of characters in the regular
    expression.  Since !(||) patterns are a little bit more complicated,
    this led to creating an invalid regular expression and throwing.
    
    Fixes isaacs/node-glob#278
    isaacs committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    ecabc57 View commit details
    Browse the repository at this point in the history
  2. v3.0.3

    isaacs committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    eed8949 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. 1 Configuration menu
    Copy the full SHA
    55ed736 View commit details
    Browse the repository at this point in the history
  2. update brace-expansion

    isaacs committed May 7, 2017
    Configuration menu
    Copy the full SHA
    ddfacbd View commit details
    Browse the repository at this point in the history
  3. v3.0.4

    isaacs committed May 7, 2017
    Configuration menu
    Copy the full SHA
    e46989a View commit details
    Browse the repository at this point in the history
Loading