draper/CHANGELOG.txt

59 lines
1.0 KiB
Plaintext
Raw Normal View History

2012-03-14 19:17:49 +00:00
= Draper Changelog
2012-06-20 18:43:48 +00:00
= 0.15.0
* Proper minitest integration
* We can properly decorate scoped associations, see #223
* Fixed awkward eager loading, see 7dc3510b
= 0.14.0
* Properly prime the view context in Rails Console 738074f
* Make more gems development requirements only
2012-05-12 01:02:15 +00:00
= 0.13.0
2012-03-14 19:17:49 +00:00
2012-05-09 22:43:48 +00:00
* Upgraded all dependencies
* Dropped support for Rubies < 1.9.3
* #to_model has been renamed to #wrapped_object
2012-05-12 01:02:15 +00:00
* Allow proper overriding of special ActiveModel methods
2012-05-15 16:06:29 +00:00
== v0.12.3
* Fix i18n issue, see #202
2012-05-12 01:02:15 +00:00
== 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
2012-05-09 20:57:30 +00:00
2012-03-14 19:17:49 +00:00
* Added Changelog
2012-05-09 20:57:30 +00:00
* 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
2012-03-14 19:17:49 +00:00
== 0.11.1
* Fixed regression, we don't want to introduce a hard dependency on Rails. #107