Skip to content

0.2.0.11

Compare
Choose a tag to compare
@Guiorgy Guiorgy released this 27 Nov 21:43
· 34 commits to main since this release
  • 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.
  • Optimizations.