forked from drapergem/draper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
44 lines (23 loc) · 800 Bytes
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
= Draper Changelog
= 0.13.0
* Upgraded all dependencies
* Dropped support for Rubies < 1.9.3
* #to_model has been renamed to #wrapped_object
* Allow proper overriding of special ActiveModel methods
== v0.12.3
* Fix i18n issue, see #202
== 0.12.2
* Fix bug with initializing ammeter
* Some gems are now development only in the gemspec
* Fix bug where generated models were still inheriting from
ApplicationDecorator
== 0.12.0
* Added Changelog
* Prevented double decoration, see #173
* ActiveModel::Errors support, 19496f0c
* Fixed autoloading issue, see #188
* Re-did generators, see 9155e58f
* Added capybara integration, see 57c8678e
* Fixed a few bugs with the DecoratedEnumerableProxy
== 0.11.1
* Fixed regression, we don't want to introduce a hard dependency on Rails. #107