Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.0.0-alpha2 source code.tar.gz | 2025-07-24 | 577.0 kB | |
2.0.0-alpha2 source code.zip | 2025-07-24 | 682.9 kB | |
README.md | 2025-07-24 | 715 Bytes | |
Totals: 3 Items | 1.3 MB | 1 |
FlowReduxStateMachineFactory
now has severalinitializeWith
functions, each matching one of the...StateHolder
functions that were introduced in alpha 1.initializeWith
needs to be called from aninit
block similar tospec
.- Added
ExecutionPolicy.Throttled
that can be used to limit subsequent action handling or Flow emissions (already was part of alpha 1 but not mentioned in the release notes). - Removed all
FlowReduxStateMachineFactory
constructors as well as theStateHolder
class and functions. - Fix android source set not being properly added which caused the
parcelableStateHolder
(now replaced with aninitializeWith
function forParcelable
state) not to be called.