Skip to content

Releases: AppCron/ACInteractor

Version 0.5.0

21 Mar 08:52

Choose a tag to compare

  • Updated for Swift 3 and Xcode 8.2.

Version 0.4.0

09 Dec 11:35

Choose a tag to compare

  • Added InteractorStatusGateway to make it easy for Interactors to keep track of whether they are already running other requests or not.

Version 0.3.0

07 Aug 13:43

Choose a tag to compare

  • Added HandleErrorExtension.
    • It adds a default implementation for handleError() to the Interactor protocol.
  • Added an error code to InteractorError.

Version 0.2.0

18 Jul 11:52

Choose a tag to compare

  • Added Implementation for lazy initialization of Interactors.
  • Takes a factory closure to initialize the Interactor.
  • Closure will be used to initialize the Interactor on first execute() function call.

Version 0.1.0

17 Jul 15:17

Choose a tag to compare

  • First initial version with basic functionality and basic documentation.