Skip to content

0.0.8

Compare
Choose a tag to compare
@r-cochran r-cochran released this 01 Apr 02:24
· 109 commits to master since this release

0.0.8

  • Optimization for cataloging step definition calls. Runtimes with this turned on should now be 1/5th of what they were previously.
  • Removed rule reasons from the html.
  • Converted rule reasons from strings that were being evaluated into lambda expressions. Decision was based on readability and long term addition of rules and custom rules by users.
  • Fixed issue where the implementation word for tab would trigger on any word that included it as a part. 'Table' was being penalized twice, once for 'table' and once for 'tab'.
  • Fixed issue where a feature file with no lines at all would throw a runtime exception, preventing cuke_sniffer from finishing.
  • Several convenience methods added to RuleTarget objects, see commit history for full additions.