Skip to content

Releases: aaronmallen/activeinteractor

v1.2.2

01 Oct 03:51
9460cfa
Compare
Choose a tag to compare

Fixed

  • #366 Fixes a minor timing issue for when deferred after_perform callbacks are run.

v1.2.1

26 Sep 14:56
f1f6382
Compare
Choose a tag to compare

Fixed

  • #358 Typo in generator template name

v1.1.7

26 Sep 14:55
2a6dba2
Compare
Choose a tag to compare

Fixed

  • #358 Typo in generator template name

v1.2.0

08 Sep 13:42
a5de225
Compare
Choose a tag to compare

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

25 Apr 16:24
5445c36
Compare
Choose a tag to compare

Changed

  • #344 Bump activemodel and activesupport to v7.0.2.3

v1.1.4

07 Mar 17:04
8cb26d9
Compare
Choose a tag to compare

Changed

  • #340 Bump activemodel and activesupport to 6.1.4.6

v1.1.3

16 Feb 17:21
93527b6
Compare
Choose a tag to compare

Changed

  • #338 Bump activemodel and activesupport to 6.1.4.4

v1.1.2

10 Nov 17:31
037cd12
Compare
Choose a tag to compare

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

21 Oct 20:44
1f4afa8
Compare
Choose a tag to compare

Special thanks to @mohameddiaa27 for his contributions.

Fixed

  • #267 Allow default attributes to propagate to sibling/child interactors

v1.1.0

04 Oct 22:17
c8be2e9
Compare
Choose a tag to compare

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