Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.27 KB

File metadata and controls

28 lines (23 loc) · 1.27 KB

[Unreleased]

[1.4.0] - 2026-01-23

Changed

  • Updated Ruby version requirement from >= 3.0.0 to >= 3.2.0 (required for Rails 8.1 compatibility)
  • Maintained Rails compatibility: supports Rails >= 6.1.4.1 including Rails 8.1
  • Maintained ActiveSupport compatibility: supports ActiveSupport >= 6.1.4.1 including Rails 8.1
  • Maintained RSpec Rails compatibility: supports RSpec Rails >= 5.0.2 (tested with Rails 8.1)
  • Updated Bundler from 2.2.19 to 4.0.4 (latest version as of January 2026)
  • Updated RuboCop to ~> 1.65 and updated TargetRubyVersion to 3.2
  • Updated Rake to ~> 13.2
  • Updated Diffy to ~> 3.4
  • Updated all transitive dependencies to latest compatible versions
  • Verified compatibility with Rails 8.1.2 while maintaining support for older Rails versions
  • Added rubygems_mfa_required metadata for enhanced security
  • Updated GitHub Actions CI workflow to use Ruby 3.2.2 and Bundler 4.0.4

Fixed

  • Fixed RuboCop style violations (trailing commas, empty literals, symbol proc usage)
  • Fixed module function style (changed extend self to module_function)
  • Fixed line endings in Gemfile (CRLF to LF)
  • Fixed CI workflow bundler version mismatch
  • Fixed README typos and improved code examples consistency

[0.1.0] - 2021-08-24

  • Initial release