v1.0.0-beta05
Api changes
- ViewLifecycleCoroutineScope is a special DispatchLifecycleScope meant for binding a scope to a Fragment's view lifecycle. (#179)
- Make testProvided receive TestProvidedCoroutineScope (#157)
- LifecycleCoroutineScope has been renamed to DispatchLifecycleScope, along with its extension function. The old names are still functional with a deprecated typealias. They will be removed in the future. (#186)
- CoroutineViewModel has been renamed to DispatchViewModel. The old names are still functional with a deprecated typealias. They will be removed in the future. (#186)
Bug fixes
- Use currentCoroutineContext to resolve the inner CoroutineContext in
flowOn___
functions. (#181)