Skip to content

0.3.0

Compare
Choose a tag to compare
@Alex009 Alex009 released this 19 Oct 04:52
· 318 commits to master since this release
  • ViewModel.coroutineScope renamed to ViewModel.viewModelScope like in Android Architecture Components;
  • UIDispatcher on iOS now support doOnTimeout. Implemented invokeOnTimeout;
  • LiveData<T>.asFlow(): Flow<T> added.