Skip to content

Releases: micromatch/anymatch

3.1.3

Choose a tag to compare

@phated phated released this 21 Nov 18:21

Fixes:

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

3.1.2

Choose a tag to compare

@paulmillr paulmillr released this 06 Apr 22:16
3.1.2
02e8eed

Bugfixes

2.0.0

Choose a tag to compare

@phated phated released this 21 Dec 23:00
  • (Breaking) Bump micromatch to ^3
  • Move to micromatch organization

1.3.2

Choose a tag to compare

@es128 es128 released this 27 Jul 18:05
  • Fix a compatibility issue with older versions of IE
  • Normalize backslashes in paths before testing against user-defined function matchers

1.3.0

Choose a tag to compare

@es128 es128 released this 22 Apr 22:09
  • 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

Choose a tag to compare

@es128 es128 released this 27 Mar 04:36
  • 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

Choose a tag to compare

@es128 es128 released this 25 Mar 22:22
  • Switch to micromatch for better glob matching performance

1.1.0

Choose a tag to compare

@es128 es128 released this 23 Dec 17:02
  • 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

Choose a tag to compare

@es128 es128 released this 25 Oct 15:45
  • Replace .matcher() method with simple currying on primary function

0.2.0

Choose a tag to compare

@es128 es128 released this 19 Feb 16:24
  • Add startIndex and endIndex optional params for subsetting a matcher array