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.0
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
  • 18 commits
  • 11 files changed
  • 9 contributors

Commits on May 24, 2021

  1. Add CodeQL Action

    XhmikosR committed May 24, 2021
    Configuration menu
    Copy the full SHA
    d302a5c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Fix .eslintrc.json

    XhmikosR authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    b384c0a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Create FUNDING.yml

    jonschlinkert authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    da3b090 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Update README.md

    peterblazejewicz authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    40de17c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. delete funding.yml

    Forgot to delete this. I was testing a flow for adding these funding files to repos or orgs that don't have them.
    jonschlinkert authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    820dbce View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

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

Commits on Nov 21, 2021

  1. Merge pull request #98 from mojavelinux/document-automatic-lookbehind…

    …-detection
    
    document that lookbehind detection is automatic
    jonschlinkert authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    421e0e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from peterblazejewicz/patch-1

    Update README.md
    jonschlinkert authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    f81d236 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #91 from XhmikosR/patch-1

    Fix .eslintrc.json
    jonschlinkert authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    ac74e57 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #85 from XhmikosR/codeql

    Add CodeQL Action
    jonschlinkert authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    719d348 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    ac3cb66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from micromatch/ISSUE-93_incorrect_extglob_ex…

    …panding
    
    ISSUE-93: support stars in negation extglobs with expression after closing parenthesis
    mrmlnc authored Jan 2, 2022
    Configuration menu
    Copy the full SHA
    9f241ef View commit details
    Browse the repository at this point in the history
  3. 2.3.1

    mrmlnc committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    5467a5a View commit details
    Browse the repository at this point in the history

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
    1 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