Skip to content

Pre-Alpha 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@mtomczynski mtomczynski released this 28 Aug 10:52
· 3 commits to main since this 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())