File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.1 / 2018-02-20
2
+
3
+ ### Added
4
+
5
+ - Exposures are inherited from parent view controller classes (GustavoCaso)
6
+
7
+ [ Compare v0.5.0...v0.5.1] ( https://github.com/dry-rb/dry-view/compare/v0.5.0...v0.5.1 )
8
+
1
9
# 0.5.0 / 2018-01-23
2
10
3
11
### Added
4
12
5
- * Support for parts with decorated attributes (timriley + GustavoCaso)
6
- * Ability to easily create another part instance via ` Part#new ` (GustavoCaso)
13
+ - Support for parts with decorated attributes (timriley + GustavoCaso)
14
+ - Ability to easily create another part instance via ` Part#new ` (GustavoCaso)
7
15
8
16
[ Compare v0.4.0...v0.5.0] ( https://github.com/dry-rb/dry-view/compare/v0.4.0...v0.5.0 )
9
17
Original file line number Diff line number Diff line change 1
1
module Dry
2
2
module View
3
- VERSION = '0.5.0 ' . freeze
3
+ VERSION = '0.5.1 ' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments