Skip to content

v1.4.0

Compare
Choose a tag to compare
@sedovmik sedovmik released this 11 May 10:01
· 155 commits to master since this release
  • 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)