0.15.0
- Refactor
Controller.state
fromFlow<State>
toStateFlow<State>
. - Deprecate
Controller.currentState
. - Internal
BroadcastChannel
implementations changed toSharedFlow
.
Controller.state
from Flow<State>
to StateFlow<State>
.Controller.currentState
.BroadcastChannel
implementations changed to SharedFlow
.