Skip to content

Releases: cucumber/cucumber-ruby-wire

v8.0.0

14 Oct 18:00
v8.0.0
2667959

Choose a tag to compare

Added

  • Added some basic rubocop compliance to suite (More fixes to come) (#69 #70 #84)

Changed

  • Minimum ruby version is now 3.1 (#82)
  • Enabled latest versions of cucumber-core and cucumber-expressions (#82)

Fixed

  • When unknown errors are called, a more Ruby 3.5-esque way of displaying NoMethodError is performed (#85)

v7.0.0

10 Nov 17:18

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

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

Choose a tag to compare

Changed

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

v6.1.1

27 Aug 09:05
ce5a751

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

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)