Skip to content

Version 0.1

Compare
Choose a tag to compare
@haroldadmin haroldadmin released this 06 Jun 08:58
· 157 commits to master since this release

New features:

  • StateStore is now built using Coroutine Actors, performance is much improved.
  • setState and withState in VectorViewModel are no longer suspend functions, so they can be called outside a coroutine scope as well.

Fixes:

  • Fix implementation of CoroutineScope in VectorFragment

Misc:

  • Sample app now handles state persistence in the AddEntityFragment