You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropped build targets for .NET Framework 4.8, .NET Core 3.1 and .NET 5.
Added build targets for .NET Standard 2.1, .NET 7 and .NET 8.
Improved inline documentation comments.
[BREAKING] Renamed OnFail event and OnFailEventArgs to OnExpectedMatchFail and OnExpectedMatchFailEventArgs respectively.
[BREAKING] Dropped support for the ignoreGitDirectory parameter. Now you have to handle that youself.
[BREAKING] The overload of Parse that accepts a gitignorePath string now requires you to pass the file encoding as a parameter (this is to avoid ambiguous overloads).
Added Parse overload that takes gitignore filters and and a directory path to apply the filters to.
Added compileRegex boolean parameter. If true, RegexOptions.Compiled option will be passed to all created Regex objects.