Releases: spotify/mobius
Releases · spotify/mobius
Release list
v1.5.7
Ports a previous Rx-related patch to mobius-rx3 via #149 .
v1.5.6
Fixes a dispose-time race in RxEventSources via #146
v1.5.5
v1.5.4
This release failed to upload to Artifactory, please ignore.
v1.5.3
v1.5.2
Improves the stability of a set of tests.
v1.5.1
Fixes mostly bugs in tests, plus one race when disposing loops via #121.
v1.5.0
Adds a new class, MobiusHooks, that enables configurable handling of programmer errors, via #119.
v1.4.0
- Adds Android Architecture Components integration via #78, plus a couple of minor tweaks.
- Adds a QueueingEventSubject via #92
- Changes error logging, hoping to better support auto-deobfuscation via #105
- Adds support for RxJava version 3 via #101
- Adds better support for initial effects to RxMobius via #98
Bug fixes and tweaks, such as:
- Changes to the disposal mechanisms, via #76 and #95
- Fix an NPE when reporting some errors in the RxJava 2 integration via #96
- Changes to the signature and behaviour of MobiusLoopViewModel via #93
- Fixes a bug that broke backward compatibility with usage of Init functions in RxMobius-based loops, through #107
- Bumped Gradle (6.3) and Android Gradle Plugin (3.6.3)
v1.4.0-beta5
Fixes a bug that broke backwards compatibility with usage of Init functions in RxMobius-based loops, through #107.