1.1.0
- 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 ofFlowReduxStateMachine
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.