Releases: AaronLasseigne/active_interaction
Releases · AaronLasseigne/active_interaction
v1.1.5: Version 1.1.5
Fixed
- The
transform_keys
method broke backwards compatibility because it's not
available until Rails 4.0.2.
v1.1.4: Version 1.1.4
Fixed
- Fix an issue where non-stripped hash keys would be incorrectly converted to strings.
v1.1.3: Version 1.1.3
v1.1.2
v1.1.1: Version 1.1.1
Fixed
- #153: Allow merging ActiveModel errors into ActiveInteraction errors with
ActiveInteraction::Errors#merge!
.
v1.1.0
Added
- #116, #119, #122: Speed up many filters by caching class constants.
- #115: Add support for callbacks around
execute
. - #136: Allow callable defaults.
Changed
- #114: Support
:only
and:except
options simultaneously withimport_filters
.
Previously this raised anArgumentError
. - #114: Support passing a single symbol to
:only
and:except
. Previously an Array
was required.
Security
- #138: Only set instance variables for attributes with readers defined.
v1.0.5: Version 1.0.5
Fixed
- #143: Rollback database changes when
compose
fails.