Skip to content

v4.11.0

Latest
Compare
Choose a tag to compare
@acoulton acoulton released this 06 Dec 10:08
· 6 commits to master since this release
32821a1

Changed

  • Drop support for PHP < 8.1, Symfony < 5.4 and Symfony 6.0 - 6.3. In future we will drop support for PHP and symfony
    versions as they reach EOL. by @acoulton in #272
  • Deprecated ExampleNode::getTitle() and ScenarioNode::getTitle() in favour of new methods with clearer meaning.
    by @uuf6429 in #271

Added

  • Added (ExampleNode|ScenarioNode)::getName() to access human-readable names for examples and scenarios,
    and ExampleNode::getExampleText() for the string content of the example table row.
    by @uuf6429 in #271

Internal

  • Enable dependabot for github actions workflows by @jrfnl in #261