Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 3.11 KB

CHANGELOG.md

File metadata and controls

61 lines (47 loc) · 3.11 KB

Changelog

All notable changes to this project will be documented in this file. For older versions see the changelog archive

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

This file is intended to be modified using the changelog command-line tool.

3.0.0 - 2023-11-01

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)

3.0.0.rc.1 - 2023-09-15

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

2.6.1 - 2022-10-12

Changed

  • Automate release process #554

2.6.0 - 2022-10-07

New Features

  • Dependabot has now been added to the repo (Alongside this a bunch of gem updates have been done) (#540 mattwynne)

Changed

Fixed

  • Some bugs with dev dependencies have now been fixed externally, so these have been unrestricted (#552 BrianHawley)

  • Fixed up some rubocop offenses from updated rubocop-performance (#550 olleolleolle)