-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/1.0.0 beta05 #188
Merged
Merged
Release/1.0.0 beta05 #188
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* update Kotest to 4.1.0 * update Kotest to 4.1.0 * update Kotest to 4.1.0 * update Kotest to 4.1.0 * Revert "update Kotest to 4.1.0" This reverts commit 833c838 * fix version parsing in DocsTasks * add `release/*` matcher to ci.yml
* add hermit dependency * add Hermit to the dependency matchers in DocsTasks
* - automatically cancel LifecycleCoroutineScope when lifecycle reaches DESTROYED (fixes #135) - automatically remove lifecycleScope extension property from cache when lifecycle reaches DESTROYED (fixes #136) * dispatch-internal-test-android module * update lifecycle handling * update lifecycle handling * update lifecycle handling * convert LifecycleScopeExtensionTest from Kotest to JUnit5 to fix some weird recursive behavior * convert LifecycleScopeExtensionTest from Kotest to JUnit5 to fix some weird recursive behavior * remove workspace.xml backup which shouldn't have been added to git
# Conflicts: # .github/workflows/ci.yml # dispatch-android-lifecycle/README.md # docs/dokka/dispatch-android-lifecycle/index.md # docs/modules/dispatch-android-lifecycle.md
…fecycleCoroutineScopeFactory (#145) * change LifecycleCoroutineScope argument to CoroutineContext * MainImmediateProvidedContext -> MainImmediateContext * MainImmediateProvidedContext -> MainImmediateContext * update docs * MainImmediateProvidedContext -> MainImmediateContext
* LifecycleScopeFactory README example cleanup * remove duplicate dependency declarations in android-lifecycle gradle config * android-lifecycle sample annotation consolidation * lifecycleScope extension sample rename * MainImmediateCoroutineScope factory function formatting * update docs
- consolidate capitalization for modules and kdoc - add lifecycle-extensions - dtekt -> detekt
* Detekt cleanup * add detekt to CI, remove Lint
* add DefaultDispatcherProvider singleton holder (fixes #152) * update docs for DefaultDispatcherProvider
* add ViewLifecycleCoroutineScope * add ViewLifecycleCoroutineScope docs
* Add a CoroutineContext parameter to the Lifecycle launch and suspend functions * add tests * update docs
- Kotlin 1.4.10 - coroutines 1.3.9 - Kotest 4.2.5
* add and apply the sortDependencies task * Update build.gradle.kts
* add the Dependency Analysis Plugin and apply its suggestions * merge in the Detekt update * restore the :dispatch:core dependency in :dispatch-android-viewmodel
# Conflicts: # CHANGELOG.md # README.md # build.gradle.kts # buildSrc/src/main/kotlin/Dependencies.kt # buildSrc/src/main/kotlin/DocsTasks.kt # dispatch-android-espresso/README.md # dispatch-android-lifecycle-extensions/build.gradle.kts # dispatch-android-lifecycle-extensions/samples/build.gradle.kts # dispatch-android-lifecycle/README.md # dispatch-android-lifecycle/build.gradle.kts # dispatch-android-lifecycle/samples/build.gradle.kts # dispatch-android-lifecycle/src/main/java/dispatch/android/lifecycle/internal/lifecycleCoroutineScope.kt # dispatch-android-viewmodel/README.md # dispatch-core/README.md # dispatch-core/samples/test/samples/DefaultDispatcherProviderSample.kt # dispatch-core/src/main/java/dispatch/core/DefaultDispatcherProvider.kt # dispatch-internal-test-android/build.gradle.kts # dispatch-internal-test/build.gradle.kts # dispatch-test-junit4/README.md # dispatch-test-junit5/README.md # dispatch-test/README.md # docs/CHANGELOG.md # docs/dispatch-core.md # docs/index.md # docs/kdoc/dispatch-android-espresso/dispatch.android.espresso/-idling-dispatcher-provider-rule/-init-.md # docs/kdoc/dispatch-android-espresso/dispatch.android.espresso/-idling-dispatcher-provider-rule/index.md # docs/kdoc/dispatch-android-espresso/dispatch.android.espresso/-idling-dispatcher-provider.md # docs/kdoc/dispatch-android-espresso/dispatch.android.espresso/index.md # docs/kdoc/dispatch-android-espresso/index.md # docs/kdoc/dispatch-android-lifecycle-extensions/alltypes/index.md # docs/kdoc/dispatch-android-lifecycle-extensions/dispatch.android.lifecycle/-lifecycle-scope-factory/index.md # docs/kdoc/dispatch-android-lifecycle-extensions/dispatch.android.lifecycle/-lifecycle-scope-factory/reset.md # docs/kdoc/dispatch-android-lifecycle-extensions/dispatch.android.lifecycle/-lifecycle-scope-factory/set.md # docs/kdoc/dispatch-android-lifecycle-extensions/dispatch.android.lifecycle/androidx.lifecycle.-lifecycle-owner/lifecycle-scope.md # docs/kdoc/dispatch-android-lifecycle-extensions/dispatch.android.lifecycle/index.md # docs/kdoc/dispatch-android-lifecycle-extensions/index.md # docs/kdoc/dispatch-android-lifecycle-extensions/package-list # docs/kdoc/dispatch-android-lifecycle/alltypes/index.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/-lifecycle-coroutine-scope/-init-.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/-lifecycle-coroutine-scope/-minimum-state-policy/-c-a-n-c-e-l.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/-lifecycle-coroutine-scope/-minimum-state-policy/-r-e-s-t-a-r-t_-e-v-e-r-y.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/-lifecycle-coroutine-scope/-minimum-state-policy/index.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/-lifecycle-coroutine-scope/index.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/-lifecycle-coroutine-scope/launch-on-create.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/-lifecycle-coroutine-scope/launch-on-resume.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/-lifecycle-coroutine-scope/launch-on-start.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/-lifecycle-coroutine-scope/lifecycle.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/androidx.lifecycle.-lifecycle-owner/index.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/androidx.lifecycle.-lifecycle-owner/on-next-create.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/androidx.lifecycle.-lifecycle-owner/on-next-resume.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/androidx.lifecycle.-lifecycle-owner/on-next-start.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/androidx.lifecycle.-lifecycle/index.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/androidx.lifecycle.-lifecycle/on-next-create.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/androidx.lifecycle.-lifecycle/on-next-resume.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/androidx.lifecycle.-lifecycle/on-next-start.md # docs/kdoc/dispatch-android-lifecycle/dispatch.android.lifecycle/index.md # docs/kdoc/dispatch-android-lifecycle/index.md # docs/kdoc/dispatch-android-lifecycle/package-list # docs/kdoc/dispatch-android-viewmodel/index.md # docs/kdoc/dispatch-core/alltypes/index.md # docs/kdoc/dispatch-core/dispatch.core/-default-coroutine-scope.md # docs/kdoc/dispatch-core/dispatch.core/-default-dispatcher-provider/index.md # docs/kdoc/dispatch-core/dispatch.core/-dispatcher-provider/default.md # docs/kdoc/dispatch-core/dispatch.core/-dispatcher-provider/index.md # docs/kdoc/dispatch-core/dispatch.core/-dispatcher-provider/io.md # docs/kdoc/dispatch-core/dispatch.core/-dispatcher-provider/key.md # docs/kdoc/dispatch-core/dispatch.core/-dispatcher-provider/main-immediate.md # docs/kdoc/dispatch-core/dispatch.core/-dispatcher-provider/main.md # docs/kdoc/dispatch-core/dispatch.core/-dispatcher-provider/unconfined.md # docs/kdoc/dispatch-core/dispatch.core/-i-o-coroutine-scope.md # docs/kdoc/dispatch-core/dispatch.core/-main-coroutine-scope.md # docs/kdoc/dispatch-core/dispatch.core/-main-immediate-coroutine-scope.md # docs/kdoc/dispatch-core/dispatch.core/-unconfined-coroutine-scope.md # docs/kdoc/dispatch-core/dispatch.core/index.md # docs/kdoc/dispatch-core/dispatch.core/kotlin.coroutines.-coroutine-context/dispatcher-provider.md # docs/kdoc/dispatch-core/dispatch.core/kotlin.coroutines.-coroutine-context/index.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/async-default.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/async-i-o.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/async-main-immediate.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/async-main.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/async-unconfined.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/default-dispatcher.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/dispatcher-provider.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/index.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/io-dispatcher.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/main-dispatcher.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/main-immediate-dispatcher.md # docs/kdoc/dispatch-core/dispatch.core/kotlinx.coroutines.-coroutine-scope/unconfined-dispatcher.md # docs/kdoc/dispatch-core/index.md # docs/kdoc/dispatch-detekt/index.md # docs/kdoc/dispatch-test-junit4/index.md # docs/kdoc/dispatch-test-junit5/index.md # docs/kdoc/dispatch-test/alltypes/index.md # docs/kdoc/dispatch-test/dispatch.test/index.md # docs/kdoc/dispatch-test/index.md # docs/kdoc/dispatch-test/package-list # docs/modules/dispatch-android-lifecycle.md # site/mkdocs.yml
* rename LifecycleCoroutineScope to dispatchLifecycleScope.kt * CoroutineViewModel -> DispatchViewModel * CoroutineViewModel -> DispatchViewModel * CoroutineViewModel -> DispatchViewModel * remove docs/api from git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.