All Versions
9
Latest Version
Avg Release Cycle
111 days
Latest Release
2065 days ago

Changelog History

  • v3.0.2 Changes

    August 03, 2018

    ๐Ÿ›  Fix NullPointerException found while returning the result of a use case execution.

  • v3.0.1 Changes

    March 16, 2018

    ๐Ÿ›  Fix a crash reproducible if activities or fragments implement more than one RosiePresenter.View interfaces.

  • v3.0.0 Changes

    March 07, 2017

    ๐Ÿš€ 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

  • v2.1.2 Changes

    March 06, 2017

    ๐Ÿš‘ 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

  • v2.1.1 Changes

    February 20, 2017
    • ๐Ÿ›  Fixed Issue85
    • small changes in the readme.
  • v2.1.0 Changes

    April 04, 2016
    • โž• Add RosieSupportFragment.
    • โž• Add performance improvement to the Mapper implementation.
    • ๐Ÿ›  Fix #59.
  • v2.0.0 Changes

    March 28, 2016

    โšก๏ธ 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 and setView method to be public and improve testability from the unit testing point of view.
    • โšก๏ธ Update some dependencies like Renderers or Priority Job Queue.
  • v1.1.0 Changes

    March 11, 2016

    โž• Added RosieAppCompatActivity to the project to provide a RosieActivity extending from AppCompatActivity.

  • v1.0.0 Changes

    February 25, 2016

    ๐ŸŽ‰ Initial Release.