Version 0.1
New features:
- StateStore is now built using Coroutine Actors, performance is much improved.
setState
andwithState
inVectorViewModel
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