Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 10:36
· 295 commits to main since this release
8537f85

  • Updated to Kotlin 1.8.21 and Coroutines 1.7.0.
  • Added support for Kotlin/JS
  • Added support for all tier 1, 2 and 3 Kotlin/Native targets
  • Removed the @FlowPreview opt in annotation, @ExperimentalCoroutinesApi is still required.
  • The sub state machine DSL methods now take StateMachine instead of FlowReduxStateMachine as parameter.
    This allows using different kinds of state machines together with FlowRedux which might ease migrating
    a state machine to FlowRedux.
  • A few methods which already had reified overloads are now hidden from auto complete (this change is binary
    compatible).
  • Fixed race condition when using sub state machines that could cause a crash when an action is dispatched
    shortly after the sub state machine starts.