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: v4.0.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 13, 2022

  1. Update to modern JS syntax

    * convert all vars into let/const
    * convert functions into arrows or class methods
    * make Minimatch a proper class
    * use symbol objects for GLOBSTAR and SUBPARSE, and do not expose them
    isaacs committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    e73729f View commit details
    Browse the repository at this point in the history
  2. engines declaration

    isaacs committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    f20fe55 View commit details
    Browse the repository at this point in the history
  3. 4.0.0

    isaacs committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    26d281d View commit details
    Browse the repository at this point in the history
Loading