Releases: Hukumister/Gemini
Releases · Hukumister/Gemini
v2.0.0-alpha4
Fixed bug with undelivered actions in StoreViewDelegate
: actions will be buffered or suspended while store is not bound
v2.0.0-alpha3
update coroutines to 1.4.1
v2.0.0-alpha2
Improvements:
- update coroutines to
1.4.0
- update Kotlin version to
1.4.10
- use
StateFlow
andSharedFlow
insteadBroadcastChannel
inBaseStore
v2.0.0-alpha1
Fix bugs:
- Restore state after onResume/onStop
- Bootstrapper lost action
This release has breaking changes because some packages were changed.
v2.0.0-alpha
There were big changes in this version:
- Added Kotlin Multiplatform support
- Changed core from Rx to Kotlin Flow
- Added automatic Store save between Views kills
- Replaced basic components with functional interfaces
1.0.1
The following features were added:
- remove extra and old api
- made Abstract store as DisposableContainer to add additional functionality
- rename EventListener to StoreEventListener
1.0.0
First stable release, the following features were added:
- auto dispose of store
- kotlin dsl to create connection rule
- view connector for a convenient binding store to view