Releases: cucumber/cucumber-ruby-wire
Releases · cucumber/cucumber-ruby-wire
v7.0.0
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
Fixed
- Fix usage with message-related formatters like the html formatter
(PR#57
Issue#56)
- Removed dependency to cucumber-messages
v6.2.0
Changed
- Patched
cucumber-core
, cucumber-expressions
and cucumber-messages
v6.1.1
[6.1.1]
Changed
- Use the new
InstallPlugin
hook rather than AfterConfiguration
.
(#52)
v6.1.0
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)