Skip to content

v1.3.0 (2016-03-26)

Latest
Compare
Choose a tag to compare
@thiagokimo thiagokimo released this 26 Mar 14:01
· 1 commit to master since this release

Base now is a simple interface/contract with the same functionalities than before. Some changes were made:

  • The method instantiatePresenter is now called injectDependencies.
  • The presenters now can access their views through a method called getView().
  • The views can access their presenters through a method called getPresenter().
  • The mvp and the domain modules are now inner packages inside the base module.
  • The old examples were deleted and now there's only one simpler example.