Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 15:01
v1.7.0
359a565

Added

  • Syntax highlighting for comments (#) (#245)
  • (Python) Support the pypi-parse step definition matcher used by behave and pytest-bdd (#236)
  • Added behat arg detection (#228)
  • Added support for Node versions 20, 22 and 23 (#235)
  • (Javascript) Support for compiled cjs style step definitions (#222)
  • Exposed buildSuggestionFromCucumberExpression and buildSuggestionsFromRegularExpression in index.ts (#227)

Fixed

  • Parameter highlighting for scenario outline steps with leading spaces (#219)
  • (Ruby) Support And and But step definition annotations (#211)
  • (Python) Title variants of Behave's decorators (Step, Given, When, Then) (#213)
  • (PHP) Scoped query to match annotations only (@Given) (#214)
  • (Go) Find godog step definitions within method_declaration (#215)
  • Exception thrown for unterminated docstrings (#216)

Removed

  • Dropped support for end-of-life Node version 16 (#224)