All Versions
89
Latest Version
Avg Release Cycle
87 days
Latest Release
230 days ago

Changelog History
Page 3

  • v3.6.0 Changes

    October 20, 2017

    โž• Added

    • #422 A new record filter that accepts an object or calls a finder (e.g. find) for the value passed. This is particularly useful for ActiveRecord objects.
    • #420 A converter option on the object filter that allows the value passed to be manually converted into an object of the correct type.
  • v3.5.3 Changes

    September 28, 2017

    ๐Ÿ›  Fixed

    • #425 where given? did not properly handle string keys for hashes with nested content
  • v3.5.2 Changes

    June 08, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ”€ #417 - detailed errors added to :base are now properly merged
  • v3.5.1 Changes

    May 11, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿš… #415: Reserved input names no longer error. Instead they are ignored. This fixes an issue with Rails 5.1 where :format was part of the params input sent to the interaction.
  • v3.5.0 Changes

    March 18, 2017

    โž• Added

    • #408: given? can now check for values in nested hashes within the input
  • v3.4.0 Changes

    October 20, 2016

    โž• Added

    • [#387][]: Added an option to the integer filter to allow specification of a base when converting strings.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  [#384][]: Fixed wrapping compose call in an ActiveRecord transaction.
  • v3.3.0 Changes

    September 13, 2016

    โž• Added

    • [#383][]: Allowed ActionController::Parameters as the input to ActiveInteraction::Base.run. Previously only Hash was allowed.
  • v3.2.1 Changes

    August 26, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  [#377][]: Fixed a bug that allowed interactions to define inputs the conflicted with ActiveInteraction::Base's methods.
    • ๐ŸŒ [#370][]: Improved the French translation. Thanks, @voondo!
  • v3.2.0 Changes

    June 07, 2016

    โž• Added

    • โšก๏ธ [#365][]: Updated boolean filter to accept "on" for true and "off" for false. Thanks, @voondo!
  • v3.1.1 Changes

    May 31, 2016

    โž• Added

    • ๐ŸŒ [#362][]: Added translation for Brazilian Portuguese.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  [#364][]: Fixed a bug that prevented callbacks from being called by composed interactions that failed.