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.4
Choose a base ref
...
head repository: isaacs/minimatch Loading
compare: v3.0.8
Choose a head ref
  • 15 commits
  • 17 files changed
  • 2 contributors

Commits on May 7, 2017

  1. update travis

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

Commits on Aug 31, 2019

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

Commits on Feb 6, 2022

  1. Improve redos protection, add many tests

    100% line coverage, not quite 100% total though.
    isaacs committed Feb 6, 2022
    5 Configuration menu
    Copy the full SHA
    a8763f4 View commit details
    Browse the repository at this point in the history
  2. 3.0.5

    isaacs committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    707e1b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

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

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    dbda065 View commit details
    Browse the repository at this point in the history
  2. ci: tests and makework

    isaacs committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5dbd6a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

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

Commits on Feb 12, 2022

  1. [fix] revert all breaking syntax changes

    Fixes #153.
    
    PR-URL: #154
    Credit: @ljharb
    Close: #154
    Reviewed-by: @isaacs
    ljharb authored and isaacs committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    20b4b56 View commit details
    Browse the repository at this point in the history
  2. 3.0.6

    isaacs committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    5b7cd33 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. publishConfig for 3.0

    isaacs committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    e6bbe1c View commit details
    Browse the repository at this point in the history
  2. fix: treat nocase:true as always having magic

    Because `a` can match either `A` or `a` in nocase mode, technically
    almost any character is "magic".
    isaacs committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    e4cd434 View commit details
    Browse the repository at this point in the history
  3. 3.0.7

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

Commits on Feb 15, 2022

  1. fix: trim pattern

    Overlooked that went missing at some point.
    
    Fix: #156
    isaacs committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    6ade2da View commit details
    Browse the repository at this point in the history
  2. 3.0.8

    isaacs committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    782c264 View commit details
    Browse the repository at this point in the history
Loading