Skip to content

0.3.0

Compare
Choose a tag to compare
@ggrell ggrell released this 02 Jan 15:31
46e9e7b
  • Added ReactorWithEffects which allows for side-effect emissions without needed to pass them via the State. The MutationWithEffect interface needs to be applied to the Mutation class, and then a single mutation given an effect getter (usually an Action named TriggerEffect(val effect: Effect)).
  • Updated from v28 support libraries to the latest Jetpack AndroidX libraries.