Releases: 6thsolution/EasyMVP
Releases · 6thsolution/EasyMVP
1.2.0-beta8
- Force loader to call
Presenter#onDestroyed
insideController#onDestroy
in conductor - Minor bug fix
1.2.0-beta7
- Support new android gradle plugin (3.x.x)
- Minor bug fix
1.2.0-beta6
- Support for different types of UseCases. (#18)
1.2.0-beta5
- Add @PresenterId annotation to support multiple instances of a same view class in a parent view. (#28)
1.2.0-beta1
1.1.1
1.1.0
- Support RxJava 2 (special thanks to lujiajing1126).
1.0.5
- Clear the view reference in
AbstractPresenter#onViewDetached
.
1.0.4
- Use LoaderManager for
android.app.Activity
#16
1.0.3
- Downgrading the version of jsr305.