All Versions
89
Latest Version
Avg Release Cycle
87 days
Latest Release
230 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v3.6.0 Changes
October 20, 2017 -
v3.5.3 Changes
September 28, 2017๐ Fixed
- #425 where
given?
did not properly handle string keys for hashes with nested content
- #425 where
-
v3.5.2 Changes
June 08, 2017๐ Fixed
- ๐ #417 - detailed errors added to
:base
are now properly merged
- ๐ #417 - detailed errors added to
-
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.
- ๐
#415: Reserved input names no longer error. Instead they are ignored. This fixes an issue with Rails 5.1 where
-
v3.5.0 Changes
March 18, 2017โ Added
- #408:
given?
can now check for values in nested hashes within the input
- #408:
-
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.
- [#387][]: Added an option to the
-
v3.3.0 Changes
September 13, 2016โ Added
- [#383][]: Allowed
ActionController::Parameters
as the input toActiveInteraction::Base.run
. Previously onlyHash
was allowed.
- [#383][]: 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!
- ๐ [#377][]: Fixed a bug that allowed interactions to define inputs the conflicted with
-
v3.2.0 Changes
June 07, 2016โ Added
- โก๏ธ [#365][]: Updated boolean filter to accept
"on"
fortrue
and"off"
forfalse
. Thanks, @voondo!
- โก๏ธ [#365][]: Updated boolean filter to accept
-
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.