All Versions
13
Latest Version
Avg Release Cycle
149 days
Latest Release
-

Changelog History
Page 1

  • v1.4.0 Changes

    • Decorate non-nil objects where nil? returns true, namely, ActionText::RichText body [@jamesbrooks]
  • v1.3.4 Changes

    • ๐Ÿ‘Œ Support Rails 6.1 [@y-yagi]
  • v1.3.3 Changes

    • ๐Ÿ›  Fixed Ruby 2.7 keyword arguments warning [@pocke]
  • v1.3.2 Changes

    January 06, 2020
    • ๐Ÿ›  Fixed NameError on ActionController::API controllers without jbuilder enhancement [@kamillle]
  • v1.3.1 Changes

    August 16, 2019
    • ๐Ÿ’Ž Switched back from Ruby's const_get to Active Support constantize for fetching decorator modules, due to inability to properly detect namespaced decorator [@sinsoku]
  • v1.3.0 Changes

    June 28, 2019
    • ๐Ÿ’Ž Switched from Active Support constantize to Ruby's const_get when fetching decorator modules

    • ๐Ÿ”ง Switched config from ActiveSupport::Configurable to a simple Struct

    • Association decoration now propagates from AssociationRelation to spawned Relations (e.g. @post.comments.order(:id).each)

    • โฌ‡๏ธ Dropped support for Rails 3.2, 4.0, and 4.1

  • v1.2.0 Changes

    April 01, 2019
    • Decorate values in Hash recursively [@FumiyaShibusawa]
  • v1.1.1 Changes

    November 14, 2018
    • ๐Ÿ‘Œ Improved ActionController::API support for Rails 5.0.x [@frodsan]

    • ๐Ÿ›  Fixed "NameError: undefined local variable or method `view_context'" with ActionController::API or when rendering in controllers

  • v1.1.0 Changes

    November 07, 2018
    • ๐Ÿ‘ ActionController::API support [@frodsan]

    • ActiveDecorator::Decorator.instance.decorate now returns the decorated object when the receiver was already a decorated object (it used to return nil) [@velonica1997]

    • ๐Ÿ’… Update decorator_spec.rb syntax to respect RSpec 3 style [@memoht]

    • ๐Ÿ›  Fixed namespace for TestUnit generator with some refactorings [@yhirano55]

  • v1.0.0

    June 29, 2017