Version 0.7.0
- 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.