Releases: AppCron/ACInteractor
Releases · AppCron/ACInteractor
Version 0.5.0
- Updated for Swift 3 and Xcode 8.2.
Version 0.4.0
- 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
- Added HandleErrorExtension.
- It adds a default implementation for handleError() to the Interactor protocol.
- Added an error code to InteractorError.
Version 0.2.0
- 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
- First initial version with basic functionality and basic documentation.