draper/CHANGELOG.txt

32 lines
502 B
Plaintext
Raw Normal View History

2012-03-14 19:17:49 +00:00
= Draper Changelog
= Master
2012-05-15 16:04:24 +00:00
== v0.12.3
* Fix i18n issue, see #202
2012-05-12 14:43:27 +00:00
== v0.12.2
* Backport 738074f, which fixes Rails console
2012-05-09 20:57:30 +00:00
== 0.12.1
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