Releases: adrielcafe/hal
Releases · adrielcafe/hal
1.0.3
- Exposes
StateFlowfor use with Jetpack Compose
1.0.2
- Update dependencies
1.0.1
- Replace ConflatedBroadcastChannel with StateFlow
1.0.0
StateObserverrework- Replace
ChannelwithConflatedBroadcastChannel - Replace
CallbackStateObserverwithFlowStateObserver - Replace
pluswithplusAssignto emit actions - Add simple DSL to transition between states
0.0.2
- Add optional params to
HALconstructor:bufferCapacityandreducerDispatcher - Add unit tests
0.0.1
First stable release