1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/CHANGELOG.txt

30 lines
519 B
Text
Raw Normal View History

2012-03-14 15:17:49 -04:00
= Draper Changelog
= Master
2012-05-09 18:43:48 -04:00
* Upgraded all dependencies
* Dropped support for Rubies < 1.9.3
* #to_model has been renamed to #wrapped_object
2012-05-09 16:57:30 -04:00
== 0.12.1
2012-03-14 15:17:49 -04:00
* Added Changelog
2012-05-09 16:57:30 -04: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 15:17:49 -04:00
== 0.11.1
* Fixed regression, we don't want to introduce a hard dependency on Rails. #107