Skip to content

Releases: micromatch/anymatch

3.1.3

21 Nov 18:21
Compare
Choose a tag to compare

Fixes:

  • Keep trailing slash on paths
  • Add TypeScript overload for test string being null

3.1.2

06 Apr 22:16
3.1.2
02e8eed
Compare
Choose a tag to compare

Bugfixes

2.0.0

21 Dec 23:00
Compare
Choose a tag to compare
  • (Breaking) Bump micromatch to ^3
  • Move to micromatch organization

1.3.2

27 Jul 18:05
Compare
Choose a tag to compare
  • Fix a compatibility issue with older versions of IE
  • Normalize backslashes in paths before testing against user-defined function matchers

1.3.0

22 Apr 22:09
Compare
Choose a tag to compare
  • Support for negated globs (starts with a !) in an array of matchers
  • On Windows, matching of paths using backslash as the path separator against string, glob and regex matchers that are expecting forward slashes. Not applied to function matchers in order to avoid side effects resulting from extra calls to the functions.

1.2.1

27 Mar 04:36
Compare
Choose a tag to compare
  • Fix a bug occurring when passing the test string as the first member of an array to a curried matching function bound to a single function matcher

1.2.0

25 Mar 22:22
Compare
Choose a tag to compare
  • Switch to micromatch for better glob matching performance

1.1.0

23 Dec 17:02
Compare
Choose a tag to compare
  • Add the ability to pass test string as the first member of an array, with the rest applied as additional arguments for function matchers

1.0.0

25 Oct 15:45
Compare
Choose a tag to compare
  • Replace .matcher() method with simple currying on primary function

0.2.0

19 Feb 16:24
Compare
Choose a tag to compare
  • Add startIndex and endIndex optional params for subsetting a matcher array