Skip to content

Releases: cucumber/cucumber-rails

v3.0.0

01 Nov 15:59
4d7cf0c
Compare
Choose a tag to compare

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/ to bin/ and remove some legacy items)
    (luke-hill)
  • Update minimum versions of several gems: capybara must be v3.11+ and cucumber must be v5+ (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

25 Sep 10:30
d80e9f1
Compare
Choose a tag to compare

Removed

  • Removed runtime dependencies: mime-types, rexml, and webrick #559
  • Removed support for Ruby 2.5 #558
  • Removed support for Rails 5.0 and 5.1 (5.2 is still supported and 6.0+ is now expected) #565

v2.6.1

13 Oct 05:13
Compare
Choose a tag to compare

Changed

  • Automate release process

v2.6.0

07 Oct 13:30
d63e54c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.1...v2.6.0

v2.5.1

04 Apr 14:03
c71edb7
Compare
Choose a tag to compare

What's Changed

  • Use required_rubygems_version instead of rubygems_version by @mishina2228 in #533
  • Add support for alternative select boxes date field helpers by @mgrunberg in #535

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0

07 Mar 12:16
9d8f2e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

21 Jul 12:43
2abac38
Compare
Choose a tag to compare

New Features

  • Added new docker / Makefile script to permit releasing from repo
  • Permit up to cucumber v7
  • Support Ruby 3

Changed

  • Rubocop updates

Removed

  • Removed traces of legacy spork setup / help (As they are no longer used)

v2.3.0

30 Mar 10:36
35c04f2
Compare
Choose a tag to compare

New Features

  • None

Changed

  • Don't auto-include all rails gems by default
  • Reduce gem size significantly

Fixed

  • Fix issue with some specification driven tests that fail on new Rails apps

v2.2.0

08 Oct 14:29
7b564e1
Compare
Choose a tag to compare

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

v2.1.0

15 Jun 14:31
1f89a25
Compare
Choose a tag to compare

New Features

  • New Metadata has been added to allow user to search rubygems better
  • Allow cucumber 4 to be used

Changed

  • Ruby 2.3 usage has now been removed from gem
  • Database cleaner now won't throw warnings when using v1.8+ (Older versions unsupported)
  • A bunch of ruby / rubocop tidy ups