Releases: aaronmallen/activeinteractor
Releases · aaronmallen/activeinteractor
v1.2.2
Fixed
- #366 Fixes a minor timing issue for when deferred after_perform callbacks are run.
v1.2.1
Fixed
- #358 Typo in generator template name
v1.1.7
Fixed
- #358 Typo in generator template name
v1.2.0
Added
ActiveInteractor::Base.defer_after_callbacks_when_organized
ActiveInteractor::Organizer::Base.after_all_perform
ActiveInteractor::Organizer::Base.around_all_perform
ActiveInteractor::Organizer::Base.before_all_perform
Thank you @mjonas87 for your contribution!
v1.1.6
Changed
- #344 Bump activemodel and activesupport to v7.0.2.3
v1.1.4
Changed
- #340 Bump activemodel and activesupport to 6.1.4.6
v1.1.3
Changed
- #338 Bump activemodel and activesupport to 6.1.4.4
v1.1.2
Changed
- #300
ActiveModel
and ActiveSupport
v6.1 will be the highest supported version for ActiveInteractor
v1.1.x
Fixed
- #300
ActiveInteractor::Context::Error
compatibility with ActiveModel
v6.1
v1.1.1
Special thanks to @mohameddiaa27 for his contributions.
Fixed
- #267 Allow default attributes to propagate to sibling/child interactors
v1.1.0
Special thanks to @mohameddiaa27 for his contributions.
Added
- #247 Support in place callbacks
Fixed
- #242 Optional attributes are always null
- #243 Nested Organizers do not rollback parent context