micromatch
Advanced tools
Changelog
[4.0.7] - 2024-05-22
Changelog
[4.0.6] - 2024-05-21
hasBraces
to check if a pattern contains braces.Changelog
[4.0.0] - 2019-03-20
options.onMatch
. See the readme for detailsoptions.onIgnore
. See the readme for detailsoptions.onResult
. See the readme for detailsmicromatch.braces()
.{
, [
, and (
), you must now use strictBrackets=true
instead of strictErrors
.cache
- caching and all related options and methods have been removedoptions.unixify
was renamed to options.windows
options.nodupes
Was removed. Duplicates are always removed by default. You can override this with custom behavior by using the onMatch
, onResult
and onIgnore
functions.options.snapdragon
was removed, as snapdragon is no longer used.options.sourcemap
was removed, as snapdragon is no longer used, which provided sourcemap support.