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

v0.0.4

Latest
Compare
Choose a tag to compare
@k-kagurazaka k-kagurazaka released this 02 Jan 13:50
· 1 commit to master since this release

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.