Skip to content

Releases: AaronLasseigne/active_interaction

v3.1.1

31 May 15:34
Compare
Choose a tag to compare

Added

  • #362: Added translation for Brazilian Portuguese.

Fixed

  • #364: Fixed a bug that prevented callbacks from being called by composed interactions that failed.

v3.1.0

01 Apr 14:49
Compare
Choose a tag to compare

Added

  • #357: Allowed default lambdas to take an optional filter argument.

v3.0.1

15 Jan 19:52
Compare
Choose a tag to compare

Fixed

  • #349: Merging errors on :base with a message that was a String attempted to translate it.

v3.0.0

13 Jan 15:46
Compare
Choose a tag to compare

Changed

  • #333: Copy symbolic errors when using compose.

Removed

  • #344: Support for Ruby 1.9.3.
  • #346: Support for ActiveModel 3.2.

v2.2.0

18 Dec 15:29
Compare
Choose a tag to compare

Added

  • #336: Added frozen string pragma for Ruby 2.3.

Changed

  • #332: Changed default lambdas to be evaluated in the interaction's binding.

v2.1.5

12 Dec 00:50
Compare
Choose a tag to compare

Added

  • #330: Added a French translation.

v2.1.4

03 Nov 15:15
Compare
Choose a tag to compare

Fixed

  • #320: Stopped requiring ActiveRecord.

Added

  • #310: Added a warning when a filter is redefined.

Changed

  • #311: Changed the error message when defining the default value for a hash.

v2.1.3

02 Oct 16:09
Compare
Choose a tag to compare

Fixed

  • #303: Allowed ActiveRecord associations as inputs to array filters.

Changed

  • #304: Improved the error message for object filters when the class does
    not exist.

v1.6.1

02 Oct 16:49
Compare
Choose a tag to compare

Fixed

  • #303: Allowed ActiveRecord associations as inputs to array filters.

v2.1.2

03 Sep 16:52
Compare
Choose a tag to compare

Fixed

  • #298: Fixed a bug that raised exceptions when passing invalid nested values.