Skip to content

v1.2.0

Compare
Choose a tag to compare
@Nyaran Nyaran released this 01 Nov 17:58

Added

  • Added rule max-tags-lines.
  • Run tests on node 17.
  • Added rule table-align.

Changed

  • Improve packaging discarding .npmignore and using files property on package.json.
  • Improve indentation to support examples tag.
  • Improve required-tags rule.
    • Add options to set required tags for each level.
    • Add option to define global tags, to be defined on any level.
    • Add options to extend rule and example tags to Scenario when that levels are not present for that Scenario.
    • Deprecated the tags option, should be replaced by scenario.
    • Improved tag checks allowing to force an expression is a RegExp (should be wrapped between slashes), and matching tag completely on string match.
    • Allow subset array to include optional required tags.
  • Improve formatters:
    • xunit: Wrap with testsuites object and add count attribute
    • stylish: Add error count to final output

Removed

  • Run tests on node 15.