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.3.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.4.0
Choose a head ref
  • 2 commits
  • 15 files changed
  • 1 contributor

Commits on Mar 1, 2023

  1. Add escape(), unescape(), and Minimatch.hasMagic()

    Also, treat single-character brace classes as their literal character,
    without magic.
    
    So for example, `[f]` would be parsed as just `'f'`, and not treated as
    a magic pattern.
    isaacs committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    327cb60 View commit details
    Browse the repository at this point in the history
  2. 7.4.0

    isaacs committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f19f6ab View commit details
    Browse the repository at this point in the history
Loading