Draper v4.0.0 Release Notes

Release Date: 2020-02-05 // about 4 years ago
  • 💥 Breaking Changes

    • ⬇️ Drop support for Ruby < 2.4 #852, #872
    • Don't delegate public methods overridden by a private method in the decorator #849

    🛠 Fixes

    • ➕ Add preservation of decorator options on QueryMethods #868
    • Add #respond_to_missing? to CollectionDecorator so it correctly responds to ORM methods #850
    • 🛠 Fix deprecation warning with the new Rails 6 ActionView::Base constructor #866
    • 🛠 Fix deprecation warning with Ruby 2.7 #870

    Other Changes

    • ➕ Add SimpleCov for code coverage analysis #851
    • ⚡️ Update RSpec syntax in the README #855
    • ⚡️ Update continuous integration configuration #861, #862, #863, #872