Skip to content

Version 0.7.0

Choose a tag to compare

@florieger florieger released this 21 Apr 12:59
· 60 commits to master since this release
  • InteractorError in now an extension of NSError.
    • Now you can return NSErrors as InteractorErrors.
    • This should avoid creating custom InteractorErrors for each NSError you want to return from an Interactor.
  • Introduced errorDict on InteractorError for additional values.
  • Added MutableInteractorError.