Skip to content

Releases: spotify/mobius

v1.2.1

05 Feb 17:18

Choose a tag to compare

  • Fixed RejectedExecutionException that could happen due to a race condition during loop disposal. #49

v1.2.0

11 Jun 23:58

Choose a tag to compare

  • Added CompositeLogger for using multiple loggers at the same time #25
  • Added MergedEventSource for merging multiple event sources into one #24
  • Deprecated all SubtypeEffectHandlerBuilder.add(...) methods and replaced them with clearer non-overloaded names (addTransformer(), addAction(), addConsumer()). #21
  • Added a new addFunction() option to SubtypeEffectHandlerBuilder that allows building effect handlers out of functions Function<F, E> #21

v1.1.1

01 Mar 14:47

Choose a tag to compare

Highlights of changes:

  • Bump RxJava version to 2.1.9

v1.1.0

15 Feb 16:14

Choose a tag to compare

Highlights of changes:

  • Add the ability to more easily translate Connectables via contramap: #10 and #11.
  • Bug fix in InitSpec: #6