Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Releases: k-kagurazaka/ReduKt

v0.0.4

02 Jan 13:50
Compare
Choose a tag to compare

Changes

  • Store#dispatch now returns Job for awaiting until the state is changed.
  • Store constructor now accepts an optional uiContext argument that internally used for calling MutableLiveData<T>#setValue.
    • This feature is for test. You always omit the argument in normal usage.

v0.0.3

01 Jan 17:27
Compare
Choose a tag to compare

Breaking Changes

  • Store can hold multiple States.
    • Store#state has been removed, use Store#getState<S> instead.
    • Store#observableState has been removed, use Store#getLiveState<S> instead.

v0.0.2

31 Dec 02:02
Compare
Choose a tag to compare

Changes

  • ReduKt no longer has dependency to "appcompat-v7"

v0.0.1

29 Dec 19:57
Compare
Choose a tag to compare

Initial release.