Skip to content

Releases: mtomczynski/MVI

Pre-Alpha 4

28 Aug 10:52
Compare
Choose a tag to compare
Pre-Alpha 4 Pre-release
Pre-release

Breaking changes:

  1. Renamed mapper to onEvent in the stateProcessor, stateEffectProcessor and effectProcessor
  2. Removed alternative methods from stateProcessor, stateEffectProcessor and effectProcessor

New:

  1. Added generic utility method to produce NoAction partial state that doesn't change the state. It can be used to create one liners for StateEffectProcessor when we don't want to modify the state in particular Event. See RegisterViewModel for an example (extension function .thenNoAction())

Pre-Alpha 3

10 Aug 21:25
Compare
Choose a tag to compare
Pre-Alpha 3 Pre-release
Pre-release

Changed public API of Fragment and Activity extensions. Replace onResumed, onStarted, onCreated with onProcessor(lifecycleState = Lifecycle.State.{CREATED/STARTED/RESUMED}, ...)

Pre-Alpha 2

01 Aug 13:24
Compare
Choose a tag to compare
Pre-Alpha 2 Pre-release
Pre-release
0.02

Improved README + sample

Pre-Alpha 1

30 Jul 14:48
Compare
Choose a tag to compare
Pre-Alpha 1 Pre-release
Pre-release
0.01

Fixed groupId