Skip to content

Releases: markashleybell/MAB.DotIgnore

v1.1.0: Wildmatch implementation

14 Jun 08:44
Compare
Choose a tag to compare

After a lot of fiddling about trying to get regular expression matching to work consistently with Git's wildmatch function (which I now realise was never really going to happen), I finally bit the bullet and ported the original C code to C#.

v1.0.3

07 Jun 08:01
Compare
Choose a tag to compare

The NuGet package now includes an XML documentation file.

v1.0.2

06 Jun 13:08
Compare
Choose a tag to compare

This release fixes over-eager wildcard matching (e.g. *.cs also matched *.cshtml).

v1.0.1: Change the way negations work

15 May 13:05
Compare
Choose a tag to compare

Negation pattern rules now return a match in the same way as normal rules; it's up to the consuming code to treat them differently if desired, by checking the value of the Negation property. This improves match logging and works more along the lines of the Git matching engine.

v1.0.0

31 May 11:28
Compare
Choose a tag to compare

Initial release.