Skip to content

v4.10.0

Latest
Compare
Choose a tag to compare
@acoulton acoulton released this 22 Oct 06:51
· 10 commits to master since this release
cbb83c4

Changed

  • ⚠ Backslashes in feature files must now be escaped
    Gherkin syntax treats \ as an escape character, which must be escaped (\\) to use it as a
    literal value. Historically, this was not being parsed correctly. This release fixes that bug,
    but means that if your scenarios currently use unescaped \ you will need to replace each one
    with \\ to achieve the same parsed result.
    By @everzet in 5a0836d.

Added

Fixed

  • Fix exception when filter string is empty thanks to @magikid in #251

Internal

  • Sync teststuite with Cucumber 24.1.0
  • Fix PHPUnit 10 deprecation messages
  • A lot of great CI work by @heiglandreas and @jrfnl

Note: 4.10.0 was actually released by @everzet on 2024-10-19, but just as a bare git tag - I've just marked it up as an official github release to avoid confusion,