Releases: drapergem/draper
Releases · drapergem/draper
v4.0.3
What's Changed
- Fix broken CI by @y-yagi in #912
- Add Ruby 3.1 and 3.2 to the CI matrix and fix CI failure in Ruby 3 by @mishina2228 in #916
- Replace deprecated/removed
File.exists?
alias by @jonkerz in #923 - Update README.md with instructions for namespaced decorators by @Aerotune in #878
- Use https for GitHub link by @mishina2228 in #915
- Update README with config to disable generation of decorator files by @chain792 in #922
- Fix CollectionDecorator#respond_to? for non AR collections by @catks in #920
- fix issue with using draper outside of controller/view context by @timdiggins in #927
- Improve performance of method call via
delegate_all
by @y-yagi in #911 - Associations: #decorate queries DB every time by @Alexander-Senko in #932
- Workflows / CI: fixed & refactored by @Alexander-Senko in #935
- Workflows / CI: updated to Rails 7 by @Alexander-Senko in #936
- Documentation: updated maintainers list by @Alexander-Senko in #934
New Contributors
- @mishina2228 made their first contribution in #916
- @jonkerz made their first contribution in #923
- @Aerotune made their first contribution in #878
- @chain792 made their first contribution in #922
- @catks made their first contribution in #920
- @timdiggins made their first contribution in #927
- @Alexander-Senko made their first contribution in #932
Full Changelog: v4.0.2...v4.0.3
v4.0.2
Update changelog and bump version (#909)