Skip to content

Releases: cucumber/cucumber-ruby-wire

v7.0.0

10 Nov 17:18
v7.0.0
349f741
Compare
Choose a tag to compare

Added

Changed

  • Minimum ruby version is now 2.6 (#68)
  • Compatibility with cucumber versions up to cucumber 9.x now added (#68)

Fixed

  • Fixed up some basic style incompatibilities with old rspec tests (#68)

Removed

v6.2.1

07 Jan 09:30
9a8de3f
Compare
Choose a tag to compare

Fixed

  • Fix usage with message-related formatters like the html formatter
    (PR#57
    Issue#56)
  • Removed dependency to cucumber-messages

v6.2.0

12 Oct 13:03
4143b1f
Compare
Choose a tag to compare

Changed

  • Patched cucumber-core, cucumber-expressions and cucumber-messages

v6.1.1

27 Aug 09:05
ce5a751
Compare
Choose a tag to compare

[6.1.1]

Changed

  • Use the new InstallPlugin hook rather than AfterConfiguration.
    (#52)

v6.1.0

09 Aug 06:50
Compare
Choose a tag to compare

Added

  • The possibility to verify if the plugin has already been installed or not. To
    do so, use Cucumber::Wire::Plugin.installed?.
    (46)

Changed

  • cucumber-wire is now able to install itself as a plugin into cucumber-ruby.
    (46)