0.3.0
- Added
ReactorWithEffects
which allows for side-effect emissions without needed to pass them via theState
. TheMutationWithEffect
interface needs to be applied to theMutation
class, and then a single mutation given aneffect
getter (usually anAction
namedTriggerEffect(val effect: Effect)
). - Updated from v28 support libraries to the latest Jetpack AndroidX libraries.