Releases: cucumber/cucumber-rails
Releases · cucumber/cucumber-rails
v3.0.1
v3.0.0
Changed
- Add support for Rails 7.1 #575
- Added new rubocop sub-gems (rails / rake) and updated repo to be rubocop 2.6 conformant #581
Fixed
- Some of the rails 5.2 tests were installing lots of old conflicting gems (luke-hill)
- Generator updates (Updated the install locations for some scripts from
script/
tobin/
and remove some legacy items)
(luke-hill) - Update minimum versions of several gems: capybara must be
v3.11+
and cucumber must bev5+
(cucumber v9 is also permissible)
(luke-hill) - Fixed an issue where the World instantiation didn't re-run the inherited classes initializer (luke-hill)
v3.0.0.rc.1
v2.6.1
Changed
- Automate release process
v2.6.0
What's Changed
- Add dependabot.yml by @mattwynne in #540
- Update cucumber requirement from >= 3.2, < 8 to >= 3.2, < 9 by @dependabot in #541
- bugfix: build failures by @luke-hill in #548
- Update workflows by @luke-hill in #549
- linting: fix Performance/StringIdentifierArgument by @olleolleolle in #550
- Update rubocop-performance requirement from ~> 1.10.2 to ~> 1.13.3 by @dependabot in #543
- Fix new rubocop offenses by @luke-hill in #551
- Update rubocop requirement from ~> 1.24.0 to ~> 1.28.2 by @dependabot in #542
- Update rubocop-rspec requirement from ~> 2.2.0 to ~> 2.10.0 by @dependabot in #547
- Development updates by @BrianHawley in #552
- Release/v2 6 0 by @luke-hill in #553
New Contributors
- @dependabot made their first contribution in #541
- @BrianHawley made their first contribution in #552
Full Changelog: v2.5.1...v2.6.0
v2.5.1
What's Changed
- Use
required_rubygems_version
instead ofrubygems_version
by @mishina2228 in #533 - Add support for alternative select boxes date field helpers by @mgrunberg in #535
New Contributors
- @mishina2228 made their first contribution in #533
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- null database strategy to disable @javascript handling by @akostadinov in #522
- Add missing Appraisals changes by @mgrunberg in #525
- Add Rails 7 support by @mgrunberg in #526
- Add rails 7 to readme by @mgrunberg in #527
- Update changelog by @mgrunberg in #528
- Add ruby 3.1 & drop ruby 2.4 by @mgrunberg in #529
- Prep for release 2 5 by @luke-hill in #530
New Contributors
- @akostadinov made their first contribution in #522
- @mgrunberg made their first contribution in #525
Full Changelog: v2.4.0...v2.5.0
v2.4.0
v2.3.0
v2.2.0
New Features
- Allow cucumber 5 to be used
Changed
- Rails 4.2 usage has now been removed from gem
- A bunch of rails auto-include fixes
- Additional fixes for database_cleaner gems (Including provisional support for v2)
- Add whole host of new tests for javascript tagging of scenarios