Releases: adrielcafe/hal
Releases · adrielcafe/hal
1.0.3
- Exposes
StateFlow
for use with Jetpack Compose
1.0.2
- Update dependencies
1.0.1
- Replace ConflatedBroadcastChannel with StateFlow
1.0.0
StateObserver
rework- Replace
Channel
withConflatedBroadcastChannel
- Replace
CallbackStateObserver
withFlowStateObserver
- Replace
plus
withplusAssign
to emit actions - Add simple DSL to transition between states
0.0.2
- Add optional params to
HAL
constructor:bufferCapacity
andreducerDispatcher
- Add unit tests
0.0.1
First stable release