Skip to content

Releases: sindresorhus/multimatch

v7.0.0

27 Oct 17:19
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 12d68b3
  • Expect exclusively forward slash as path separator. Caused by.

v6.0.0...v7.0.0

v6.0.0

18 Oct 11:15
Compare
Choose a tag to compare

Breaking

v5.0.0...v6.0.0

v5.0.0

12 Oct 16:15
Compare
Choose a tag to compare

Breaking

  • Require Node.js 10 35a5b6c
  • Preserve input order for the returned matching paths (#30) 18d778b
    It's only breaking if you depended on the previous order.

v4.0.0...v5.0.0

v4.0.0

22 Apr 08:03
Compare
Choose a tag to compare

Breaking:

Enhancements:

v3.0.0...v4.0.0

v3.0.0

19 Dec 14:54
Compare
Choose a tag to compare

Breaking:

Other:

0.3.0

21 Jun 01:09
Compare
Choose a tag to compare

Breaking change

Using a negate ! as the first pattern no longer matches anything.

Workaround: ['*', '!cake']