Skip to content

Version 1.4.0

Latest
Compare
Choose a tag to compare
@florieger florieger released this 15 May 15:39
· 4 commits to master since this release
0febcd0
  • Swift 5.0 support.
  • Adjusted registerInteractor() to register Interactors for a given Request type.
    • It is no longer necessary to create an instance of the Request.
    • Old: registerInteractor(myInteractor, request: MyInteractor.Request())
    • New: registerInteractor(myInteractor, request: MyInteractor.Request.self)
  • Marked old implementation of registerInteractor() as deprecated.