Skip to content

v2.0.0-alpha1

Pre-release
Pre-release

Choose a tag to compare

@HylkeB HylkeB released this 25 Aug 14:18
· 1 commit to main since this release
e90d3cb

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 awaitTransition and prepareForTest methods.
    • Breaking API change
  • Widened the generic type of state. Its defined as out T.

Full Changelog: v1.1.1...v2.0.0-alpha1