Spotify Mobius Versions Save

A functional reactive framework for managing state evolution and side-effects.

v2.0.2

1 week ago

Changed the implementation to not rely on Java8 classes, for better compatibility with old android versions.

v2.0.0

3 months ago

Add ExecutionPolicy to SubtypeEffectHandler #176

Major release bump because of API breaking change in mobius-coroutine: CoroutinesSubtypeEffectHandlerBuilder.addEffectHandler has changed signature

v1.5.13

5 months ago

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

1 year ago

Fixed race condition leading to crash via https://github.com/spotify/mobius/pull/166

v1.5.11

1 year ago

Fixed race condition leading to crash via https://github.com/spotify/mobius/pull/165

v1.5.9

1 year ago

Fixed race condition leading to crash via #156

v1.5.8

2 years ago

Fixes minor logging bug via #150 .

v1.5.7

2 years ago

Ports a previous Rx-related patch to mobius-rx3 via #149 .

v1.5.6

2 years ago

Fixes a dispose-time race in RxEventSources via #146

v1.5.5

2 years ago

Relevant changes included:

  • improve RxJava error handling via #139
  • Add ToggledEventSource to mobius-android through #137
  • various ports of functionality to mobius-rxjava3 (#116, #141)