Skip to content

v0.14.1

Compare
Choose a tag to compare
@tyvsmith tyvsmith released this 05 May 00:16
· 92 commits to main since this release

What's Changed

Breaking changes

  • Presenter, Interactor lifecycle are only available on didLoad, didBecomeActive. Attempting to use it before (e.g. constructor) results in a crash.
  • Interactor, RibActivity, Presenter, etc, now expose a lifecycleFlow as API, supporting mocking. LifecycleScopeProvider interface methods are a function of the lifecycleFlow and are now finalized.

PRs

  • [WorkerBinder] Guard against potential Worker.coroutineContext being null while using Mockito by @FranAguilera in #573
  • Open lifecycleFlow, thus enabling it for mocking by @psteiger in #572

Full Changelog: v0.14.0...v0.14.1