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: micromatch/picomatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.1
Choose a base ref
...
head repository: micromatch/picomatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.2
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Mar 19, 2026

  1. Merge pull request #144 from Jason3S/jdent-object-properties

    fix: exception when glob pattern contains `constructor`
    jonschlinkert authored and danez committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    3f4f10e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Merge pull request #156 from micromatch/backport-144

    [v2] Backport proto fix to v2 #144
    doowb authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    78f8ca4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Merge commit from fork

    * fix: add option for maximum nested extglobs with default depth of 2
    
    Also find other risky globs and treat them as literals
    
    * Update test/options.maxExtglobRecursion.js
    
    Co-authored-by: Brian Woodward <brian.woodward@gmail.com>
    
    * Fix bug for single character nested star-only extglobs
    
    * Move constant to constants.js and set to 0 by default
    
    ---------
    
    Co-authored-by: Brian Woodward <brian.woodward@gmail.com>
    # Conflicts:
    #	.verb.md
    #	README.md
    danez and doowb committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    eec17ae View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    danez committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    fc1f6b6 View commit details
    Browse the repository at this point in the history
  3. Publish 2.3.2

    danez committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    81cba8d View commit details
    Browse the repository at this point in the history
Loading