Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jun 28, 2019
1 parent 3ea111d commit 99bf077
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.3.0

* Switched from Active Support `constantize` to Ruby's `const_get` when fetching decorator modules

* Switched `config` from ActiveSupport::Configurable to a simple Struct

* Association decoration now propagates from AssociationRelation to spawned Relations (e.g. `@post.comments.order(:id).each`)

* Dropped support for Rails 3.2, 4.0, and 4.1


## 1.2.0

* Decorate values in Hash recursively [@FumiyaShibusawa]
Expand Down
2 changes: 1 addition & 1 deletion lib/active_decorator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveDecorator
VERSION = '1.2.0'
VERSION = '1.3.0'
end

0 comments on commit 99bf077

Please sign in to comment.