Thanks to visit codestin.com
Credit goes to github.com

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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.2
Choose a base ref
...
head repository: isaacs/minimatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.5
Choose a head ref
  • 13 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 19, 2026

  1. Configuration menu
    Copy the full SHA
    5a9ccbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46fe687 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Configuration menu
    Copy the full SHA
    9c31b2d View commit details
    Browse the repository at this point in the history
  2. update CI matrix and actions

    ljharb committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    30486b2 View commit details
    Browse the repository at this point in the history
  3. 3.1.3

    ljharb committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    00c323b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. lock node version to 14

    isaacs committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    9eca892 View commit details
    Browse the repository at this point in the history
  2. lockfile update

    isaacs committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    26ffeaa View commit details
    Browse the repository at this point in the history
  3. limit recursion for **, improve perf considerably

    This limits the levels of recursion allowed when encountering multiple
    non-adjacent `**` portions of a pattern.
    
    Update `**` handling, with performance massively improved by limiting
    the recursive walk much more aggressively. When a `**` portion is
    present, the entire pattern is split up into sections. The head and tail
    first have to match, and then each subsequent portion is only tested in
    the part of the file where it might actually be found, taking advantage
    of the fact that non-globstar portions must always consume as many path
    portions as there are pattern portions.
    
    Fix: GHSA-7r86-cg39-jmmj
    
    Backported 0bf499a to v3
    isaacs committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    b100374 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. update lockfile

    isaacs committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    ae24656 View commit details
    Browse the repository at this point in the history
  2. 3.1.4

    isaacs committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    1a2e084 View commit details
    Browse the repository at this point in the history
  3. fix partial matching of globstar patterns

    Fix: #284
    
    Backport of 3a0d83b to v4
    isaacs committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    1a9c27c View commit details
    Browse the repository at this point in the history
  4. docs: add warning about ReDoS

    isaacs committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    bd25942 View commit details
    Browse the repository at this point in the history
  5. 3.1.5

    isaacs committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    7bba978 View commit details
    Browse the repository at this point in the history
Loading