Skip to content

Latest commit

 

History

History
95 lines (79 loc) · 4.85 KB

CHANGELOG.md

File metadata and controls

95 lines (79 loc) · 4.85 KB

Changelog

All notable changes to this project will be documented in this file.

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

Nothing yet.

1.7.0 - 2024-11-10

Added

  • Add Rails 8.0 support (#55)

1.6.0 - 2024-09-10

Added

  • Add Rails 7.2 support (#54)

Removed

  • Drop Ruby 3.0 support (#54)
  • Drop Rails 6.1 support (#54)

1.5.0 - 2024-03-06

Added

  • Add Ruby 3.3 support (#53)
  • Include #decorated method in ActiveRecord::Base (#52)

Fixes

  • Fix RSpec decorator_spec.rb template by using File#exist? instead File#exists? (#51)

Removed

  • Drop Ruby 2.7 support (#53)
  • Drop Rails 6.0 support (#53)

1.4.0 - 2023-11-09

Changed

  • ⚠️ Breaking .decorates_association now generate #decorated_[ASSOCIATION_NAME] instead #[ASSOCIATION_NAME] (#48)

1.3.0 - 2023-11-06

Added

  • Add Rails 7.1 support (#49)

Removed

  • Add Rails 7.0 on CI tests via Appraisals (#47)
  • Drop Ruby 2.5 and 2.6 support (#47)
  • Remove Coveralls usage (#47)

1.2.1 - 2021-10-14

Changed

  • Make decorated Enumerable not lazy anymore (#46)

1.2.0 - 2021-10-14

Added

  • Add Rails 7.0 support (#43)

Fixes

  • Avoid n+1 queries when decorate ActiveRecord::Relation (#44)

1.1.0 - 2020-12-23

Added

  • Ruby 2.7 support (#37)
  • List decorators in Rails stats task (#38)
  • Add Rails 6.1 support and drop Rails 5.0 and 5.1 support (#41)

Changed

  • Refactorisation (#39)

Removed

  • Remove DecoratedEnumerableProxy (#36)
  • Drop Ruby 2.4 support (#37)
  • Drop Rails 5.0 and 5.1 support (#41)

1.0.0 - 2019-12-02

Added

  • Avoid deep decoration (#25)
  • Make decorate accessible in ApplicationController (#29)

Changed

  • Moved to Komposable organization (#13)
  • Replace Travis CI by Github Actions and remove ruby 2.3 support (#23)
  • Update railtie to prevent triggering initialization autoloaded constant deprecation warning (#30)
  • Improve generators (#31)

Fixes

  • Fix DecoratedEnumerableProxy for Rails 6 (5a656333)

1.0.0.pre.1 - 2019-01-30

Added

  • Create Dekorator::Base the base of decorators (a2a36d66)
  • Create dekorator:install generator (a2a36d66)
  • Create decorator generator (a2a36d66)