You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-17
Original file line number
Diff line number
Diff line change
@@ -7,32 +7,22 @@ allowing a very flexible user-defined config to define things like file paths.
7
7
8
8
__Note: This module has Bash-parity, please be aware that Windows-style backslashes are not supported as separators. See https://github.com/micromatch/micromatch#backslashes for more information.__
You can also pass in only your matcher(s) to get a curried function that has
74
64
already been bound to the provided matching criteria. This can be used as an
75
-
`Array.prototype.filter` callback.
65
+
`Array#filter` callback.
76
66
77
67
```js
78
68
var matcher =anymatch(matchers);
@@ -88,9 +78,9 @@ Change Log
88
78
----------
89
79
[See release notes page on GitHub](https://github.com/micromatch/anymatch/releases)
90
80
91
-
NOTE: As of v2.0.0, [micromatch](https://github.com/jonschlinkert/micromatch) moves away from minimatch-parity and inline with Bash. This includes handling backslashes differently (see https://github.com/micromatch/micromatch#backslashes for more information).
92
-
93
-
NOTE: As of v1.2.0, anymatch uses [micromatch](https://github.com/jonschlinkert/micromatch)
81
+
-**v3.0:**: Removed startIndex and endIndex arguments. Made function more strict.
82
+
-**v2.0:**[micromatch](https://github.com/jonschlinkert/micromatch) moves away from minimatch-parity and inline with Bash. This includes handling backslashes differently (see https://github.com/micromatch/micromatch#backslashes for more information).
0 commit comments