Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Releases: aaronmallen/activeinteractor

v1.2.2

Choose a tag to compare

@aaronmallen aaronmallen released this 01 Oct 03:51
9460cfa

Fixed

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

v1.2.1

Choose a tag to compare

@aaronmallen aaronmallen released this 26 Sep 14:56
f1f6382

Fixed

  • #358 Typo in generator template name

v1.1.7

Choose a tag to compare

@aaronmallen aaronmallen released this 26 Sep 14:55
2a6dba2

Fixed

  • #358 Typo in generator template name

v1.2.0

Choose a tag to compare

@aaronmallen aaronmallen released this 08 Sep 13:42
a5de225

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

Choose a tag to compare

@aaronmallen aaronmallen released this 25 Apr 16:24
5445c36

Changed

  • #344 Bump activemodel and activesupport to v7.0.2.3

v1.1.4

Choose a tag to compare

@aaronmallen aaronmallen released this 07 Mar 17:04
8cb26d9

Changed

  • #340 Bump activemodel and activesupport to 6.1.4.6

v1.1.3

Choose a tag to compare

@aaronmallen aaronmallen released this 16 Feb 17:21
93527b6

Changed

  • #338 Bump activemodel and activesupport to 6.1.4.4

v1.1.2

Choose a tag to compare

@aaronmallen aaronmallen released this 10 Nov 17:31
037cd12

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

Choose a tag to compare

@aaronmallen aaronmallen released this 21 Oct 20:44
1f4afa8

Special thanks to @mohameddiaa27 for his contributions.

Fixed

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

v1.1.0

Choose a tag to compare

@aaronmallen aaronmallen released this 04 Oct 22:17
c8be2e9

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