Releases: markashleybell/MAB.DotIgnore
Releases · markashleybell/MAB.DotIgnore
v1.1.0: Wildmatch implementation
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
The NuGet package now includes an XML documentation file.
v1.0.2
This release fixes over-eager wildcard matching (e.g. *.cs also matched *.cshtml).
v1.0.1: Change the way negations work
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
Initial release.