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
- Add Rails 8.0 support (#55)
1.6.0 - 2024-09-10
- Add Rails 7.2 support (#54)
1.5.0 - 2024-03-06
- Fix RSpec
decorator_spec.rb
template by usingFile#exist?
insteadFile#exists?
(#51)
1.4.0 - 2023-11-09
⚠️ Breaking.decorates_association
now generate#decorated_[ASSOCIATION_NAME]
instead#[ASSOCIATION_NAME]
(#48)
1.3.0 - 2023-11-06
- Add Rails 7.1 support (#49)
- 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
- Make decorated
Enumerable
not lazy anymore (#46)
1.2.0 - 2021-10-14
- Add Rails 7.0 support (#43)
- Avoid n+1 queries when decorate ActiveRecord::Relation (#44)
1.1.0 - 2020-12-23
- 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)
- Refactorisation (#39)
- Remove
DecoratedEnumerableProxy
(#36) - Drop Ruby 2.4 support (#37)
- Drop Rails 5.0 and 5.1 support (#41)
1.0.0 - 2019-12-02
- 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)
- Fix DecoratedEnumerableProxy for Rails 6 (5a656333)