Skip to content

Releases: Hukumister/Gemini

v2.0.0-alpha4

06 Nov 11:18
4c781d9
Compare
Choose a tag to compare

Fixed bug with undelivered actions in StoreViewDelegate: actions will be buffered or suspended while store is not bound

v2.0.0-alpha3

04 Nov 15:42
32b5d57
Compare
Choose a tag to compare

update coroutines to 1.4.1

v2.0.0-alpha2

01 Nov 11:47
b9bde7c
Compare
Choose a tag to compare

Improvements:

  • update coroutines to 1.4.0
  • update Kotlin version to 1.4.10
  • use StateFlow and SharedFlow instead BroadcastChannel in BaseStore

v2.0.0-alpha1

08 Oct 05:30
5119947
Compare
Choose a tag to compare

Fix bugs:

  • Restore state after onResume/onStop
  • Bootstrapper lost action

This release has breaking changes because some packages were changed.

v2.0.0-alpha

16 Sep 11:32
Compare
Choose a tag to compare

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

31 Mar 05:40
Compare
Choose a tag to compare

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

20 Mar 08:51
59ae07d
Compare
Choose a tag to compare

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