Skip to content

0.11.0

Latest
Compare
Choose a tag to compare
@Jeehut Jeehut released this 09 Apr 17:30
· 3 commits to main since this release

Added

  • Added a new --unvalidated (-u) option for running all checks without running the validations provided, such as testing for matchingExamples and nonMatchingExamples. Use with cuation.

Changed

  • Some internal code clean-up.
  • Upgrade to Swift 5.7 manifest syntax.

Fixed

  • The --measure option also measured validations & files search which distorted the measure time for the first check with the same files search. Now, it only measures the actual matching time of the Regex for better evaluation.