mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
2.3 KiB
2.3 KiB
Draper Changelog
0.18.0
-
Many bug fixes.
-
Last version of Draper in the 0.x series.
0.17.0
- Fix earlier fix of
view_context
priming - Add
denies_all
- Properly proxy associations with regard to
find
0.16.0
- Automatically prime
view_context
- [Fixed bug where rspec eq matchers didn't work]((https://github.com/jcasimir/draper/commit/57617b)
- Sequel ORM support
- Fixed issues with newer minitest
- Changed the way the
view_context
gets set
0.15.0
- Proper minitest integration
- We can properly decorate scoped associations
- Fixed awkward eager loading
0.14.0
- Properly prime the view context in Rails Console
- Make more gems development requirements only
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
0.12.3
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
ActiveModel::Errors
support- Fixed autoloading issue
- Re-did generators
- Added capybara integration
- Fixed a few bugs with the
DecoratedEnumerableProxy