Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.1.0 source code.tar.gz | 2023-05-12 | 269.2 kB | |
1.1.0 source code.zip | 2023-05-12 | 351.1 kB | |
README.md | 2023-05-12 | 830 Bytes | |
Totals: 3 Items | 621.2 kB | 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 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.