Releases: mtomczynski/MVI
Releases · mtomczynski/MVI
Pre-Alpha 4
Breaking changes:
- Renamed
mapper
toonEvent
in thestateProcessor
,stateEffectProcessor
andeffectProcessor
- Removed alternative methods from
stateProcessor
,stateEffectProcessor
andeffectProcessor
New:
- Added generic utility method to produce
NoAction
partial state that doesn't change the state. It can be used to create one liners forStateEffectProcessor
when we don't want to modify the state in particularEvent
. SeeRegisterViewModel
for an example (extension function.thenNoAction()
)
Pre-Alpha 3
Changed public API of Fragment and Activity extensions. Replace onResumed
, onStarted
, onCreated
with onProcessor(lifecycleState = Lifecycle.State.{CREATED/STARTED/RESUMED}, ...)
Pre-Alpha 2
0.02 Improved README + sample
Pre-Alpha 1
0.01 Fixed groupId