Skip to content

Commit 1b2a2a4

Browse files
Released v4.0.3
Added support for latest Ruby (upto 3.4) and Rails (upto 8) versions. ## Fixes * `CollectionDecorator#respond_to?` for non-ORM collections (#920) * Using Draper outside of controller scope (#927) * Decoration of AR associations (#932) ## Performance * Sped up delegation via `delegate_all` (#911)
1 parent 6e07b68 commit 1b2a2a4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Draper Changelog
22

3+
## 4.0.3 - 2024-10-04
4+
5+
Added support for latest Ruby (upto 3.4) and Rails (upto 8) versions.
6+
7+
### Fixes
8+
* Fix `CollectionDecorator#respond_to?` for non-ORM collections [#920](https://github.com/drapergem/draper/pull/920)
9+
* Fix issues with using Draper outside of controller scope [#927](https://github.com/drapergem/draper/pull/927)
10+
* Fix decoration of AR associations [#932](https://github.com/drapergem/draper/pull/932)
11+
12+
### Other Changes
13+
* Improve performance of delegation via `delegate_all` [#911](https://github.com/drapergem/draper/pull/911)
14+
* Improve README [#878](https://github.com/drapergem/draper/pull/878), [#922](https://github.com/drapergem/draper/pull/922), [#934](https://github.com/drapergem/draper/pull/934)
15+
316
## 4.0.2 - 2021-05-27
417

518
### Fixes

lib/draper/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Draper
2-
VERSION = '4.0.2'
2+
VERSION = '4.0.3'
33
end

0 commit comments

Comments
 (0)