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

Commits on Feb 27, 2023

  1. Add support for posix character classes

    This also fixes the bug where `[a-zf-g]` would tank the entire
    expression, even though the `f-g` range is perfectly valid.
    
    However, like in Bash, `[a-[:alpha:]]` is completely invalid, and makes
    the entire expression never match anything.
    isaacs committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    62c06e5 View commit details
    Browse the repository at this point in the history
  2. 7.3.0

    isaacs committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    75a8b84 View commit details
    Browse the repository at this point in the history
Loading