Releases: Karumi/Rosie
Release 3.0.2
Release 3.0.1
Fix a crash reproducible if activities or fragments implement more than one RosiePresenter.View
interfaces.
Release 3.0.0
With this release, we are removing some dependencies from the library to make it easier for you to import it into your projects! To be precise, we have removed Butterknife and Renderers.
If you want to update to this version of the library, just follow the steps described in #86
Release 2.1.2
This release can be considered a hotfix, we have reverted the removal of butterknife and renderers from the library itself. We will move that commit to version 3.0.0
Release 2.1.1
- Fixed Issue85
- small changes in the readme.
Release 2.1.0
- Add
RosieSupportFragment
. - Add performance improvement to the
Mapper
implementation. - Fix #59.
Release 2.0.0
Model View Presenter implementation improvements. Given all the feedback received related to the MVP implementation we have decided to update some code related to this feature in order to be able to use it without RosieActivity
or RosieFragment
.
- Change
PresenterLifeCycleLinker
visibility to be public. - Change
RosiePresenter
lifecycle methods andsetView
method to be public and improve testability from the unit testing point of view. - Update some dependencies like Renderers or Priority Job Queue.
Release 1.1.0
Added RosieAppCompatActivity to the project to provide a RosieActivity extending from AppCompatActivity.
Release 1.0.0
Initial Release.