Releases: spotify/mobius
Releases · spotify/mobius
v1.5.7
v1.5.6
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
v1.5.0
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.