Releases: cucumber/cucumber-ruby-wire
Releases · cucumber/cucumber-ruby-wire
v8.0.0
14 Oct 18:00
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed
Patched cucumber-core, cucumber-expressions and cucumber-messages
v6.1.1
27 Aug 09:05
Compare
Sorry, something went wrong.
No results found
[6.1.1]
Changed
Use the new InstallPlugin hook rather than AfterConfiguration.
(#52 )
v6.1.0
09 Aug 06:50
Compare
Sorry, something went wrong.
No results found
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 )