All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
This document is formatted according to the principles of Keep A CHANGELOG.
Please visit cucumber/CONTRIBUTING.md for more info on how to contribute to Cucumber.
7.0.0 - 2023-11-10
- Minimum ruby version is now 2.6 (#68)
- Compatibility with cucumber versions up to cucumber 9.x now added (#68)
- Fixed up some basic style incompatibilities with old rspec tests (#68)
6.2.1 - 2022-01-07
- Fix usage with message-related formatters like
html-formatter
(#57) - Removed dependency to
cucumber-messages
6.2.0 - 2021-10-12
- Patched
cucumber-core
,cucumber-expressions
andcucumber-messages
6.1.1 - 2021-08-27
- Use the new
InstallPlugin
hook rather thanAfterConfiguration
. (#52)
6.1.0 - 2021-08-09
- The possibility to verify if the plugin has already been installed or not. To
do so, use
Cucumber::Wire::Plugin.installed?
. (46)
cucumber-wire
is now able to install itself as a plugin intocucumber-ruby
. (46)
6.0.1 - 2021-07-19
- Patched
cucumber-core
andcucumber-messages
6.0.0 - 2021-07-09
- Updated
cucumber-core
~> 10.0.0 andcucumber-messages
~> 17.0.0 This brings breaking changes because of internal changes in Cucumber::Messages. (#44)