Releases: abhimuktheeswarar/Flywheel
Releases · abhimuktheeswarar/Flywheel
Update Kotlin version to 1.7.20
Removed support for CocoaPods.
Fix: Duplicate Action emission
Fix: Duplicate actions emission By using another channel to make sure the action passes through middlewares before it receives another Action. Update Android Gradle Plugin. Update XcFramework.
Fixes: Gradle build
Fix Gradle build for older Gradle versions.
Fixes: Gradle build
Fix issue with older Gradle versions when using Flywheel in Android projects
StateMachine feature fixes
Simplify OnEnter
, onExit
extension functions.
Provide access to synchronous state()
function in SideEffect
.
StateMachine features
-
Add support for state transitions
Flow
- valid transition, invalid transition, onEnter, onExit... -
Support to build reducer as a StateMachine update function with the ability to handle error when no match is found.
-
Simplify hot, cold, hot cold side effects into one
SideEffect
abstract class. -
Support to restore initial state after initializing
StateReserve
.
First release!
hotActions
can emit Action
that are even modified by middlewares.
First release!
Add support for Swift Package Manager
First release!
Update CocoaPods
First release!
Update git in podspec