v2.0.0-alpha1
Pre-release
Pre-release
What's Changed
- Changed from SharedFlow to StateFlow
- Behaviour (in unit tests) breaks
- Simplified states, waiting for the state transition is now the responsibility of the consumer instead of the state.
- Removed
awaitTransitionandprepareForTestmethods. - Breaking API change
- Removed
- Widened the generic type of state. Its defined as
out T.
Full Changelog: v1.1.1...v2.0.0-alpha1