Releases: spotify/mobius
Releases · spotify/mobius
v2.0.3
Fix for race condition when disposing RxJava-converted Connectables in mobius-rx2 and mobius-rx3 as well as Flows wrapped into EventSources in mobius-coroutines #178
Updated license headers in mobius-coroutines #179
v2.0.2
Changed the implementation to not rely on Java8 classes, for better compatibility with old android versions.
v2.0.0
Add ExecutionPolicy to SubtypeEffectHandler #176
Major release bump because of API breaking change in mobius-coroutine:
CoroutinesSubtypeEffectHandlerBuilder.addEffectHandler has changed signature
v1.5.13
Add Coroutines utilities to use alongside Mobius
Add LiveQueue method to enable ignoring of paused effects entirely
Update Gradle to 7.5
Update Android Gradle Plugin to 7.4.2
v1.5.12
Fixed race condition leading to crash via #166
v1.5.11
Fixed race condition leading to crash via #165
v1.5.9
Fixed race condition leading to crash via #156
v1.5.8
Fixes minor logging bug via #150 .
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