Releases: komposable/dekorator
Releases · komposable/dekorator
v1.7.0
Added
- Add Rails 8.0 support (#55)
v1.6.0
Added
- Add Rails 7.2 support (#54)
Removed
- Drop Ruby 3.0 support (#54)
- Drop Rails 6.1 support (#54)
Full Changelog: v1.5.0...v1.6.0
v1.5.0
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)
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Changed
- ⚠️ Breaking
.decorates_association
now generate #decorated_[ASSOCIATION_NAME]
instead #[ASSOCIATION_NAME]
(#48)
v1.3.0
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)
v1.2.1
Changed
- Make decorated
Enumerable
not lazy anymore (#46)
v1.2.0
Added
- Add Rails 7.0 support (#43)
Fixes
- Avoid n+1 queries when decorate ActiveRecord::Relation (#44)
v1.1.0
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
Removed
- Remove
DecoratedEnumerableProxy
(#36)
- Drop Ruby 2.4 support (#37)
- Drop Rails 5.0 and 5.1 support (#41)
v1.0.0
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
Added
- Create Dekorator::Base the base of decorators (a2a36d6)
- Create
dekorator:install
generator (a2a36d6)
- Create
decorator
generator (a2a36d6)