Releases: thiagokimo/Base
Releases · thiagokimo/Base
v1.3.0 (2016-03-26)
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.
v1.2.0(09/11/2015)
- Base now allows developers to do Activity-oriented apps with BaseActivity, BaseFragmentActivity, BaseAppCompatActivity and BaseActionbarActivity.
- BaseMVP doesn't depend on BaseDomain anymore. They're finally independent!
v1.1.1(18/10/2015)
- Moving the MVP logic into a common module
- Removing BaseApp
v1.1.0(17/09/2015)
- Adding Base to support library v4
- BaseFragment was moved to base-v4
v1.0.0 (07/09/2015)
Initial release