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.
This PR contains the following updates:
4.6.1
->9.0.0
4.6.1
->9.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
orbit-mvi/orbit-mvi (org.orbit-mvi:orbit-compose)
v9.0.0
Compare Source
What's Changed
Full Changelog: orbit-mvi/orbit-mvi@8.0.0...9.0.0
Breaking changes
Syntax extension functions have been pulled up to reduce internal complexity and open up new functionality, such as reified types on
runOn
.Migration guide
ContainerHost.intent
ContainerHost
interfaceContainerHost.blockingIntent
ContainerHost
interfaceContainerHost.subIntent
ContainerHost
interfaceSimpleSyntax.postSideEffect
Syntax
classSimpleSyntax.reduce
Syntax
classSimpleSyntax.repeatOnSubscription
Syntax
classSimpleSyntax.runOn
Syntax
classSimpleSyntax.runOn
runOn(ExampleState.Ready::class)
runOn<ExampleState.Ready>
v8.0.0
Compare Source
What's Changed
Breaking changes
The old testing framework has been deprecated for a long while. The time has come to prune it from the library.
In case your project is still using old style tests, use https://github.com/orbit-mvi/orbit-mvi/tree/7.2.0 until your tests are migrated to the new test style.
Alternatively, you can copy the testing classes from https://github.com/orbit-mvi/orbit-mvi/tree/7.2.0 into your project to unlock the upgrade to
8.0.0
and beyond. Please note no support will be provided for the old testing framework.Full Changelog: orbit-mvi/orbit-mvi@7.2.0...8.0.0
v7.2.0
Compare Source
What's Changed
Full Changelog: orbit-mvi/orbit-mvi@7.1.0...7.2.0
v7.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: orbit-mvi/orbit-mvi@7.1.0...7.1.1
v7.1.0
Compare Source
What's Changed
Full Changelog: orbit-mvi/orbit-mvi@7.0.1...7.1.0
v7.0.1
Compare Source
What's Changed
Full Changelog: orbit-mvi/orbit-mvi@7.0.0...7.0.1
v7.0.0
Compare Source
What's Changed
New Contributors
Full Changelog: orbit-mvi/orbit-mvi@6.1.1...7.0.0
v6.1.1
Compare Source
What's Changed
Full Changelog: orbit-mvi/orbit-mvi@6.1.0...6.1.1
v6.1.0
Compare Source
This is a maintenance release. We've made some (non-breaking) changes to the new tests API to clean it up a little.
What's Changed
New Contributors
Full Changelog: orbit-mvi/orbit-mvi@6.0.0...6.1.0-SNAPSHOT
v6.0.0
: New test framework stableCompare Source
Description
New testing framework
The new testing framework has been proved in a real project, tested, cleaned up and released as Stable!
Check out the documentation here:
https://orbit-mvi.org/Test/new
The old testing framework is now deprecated and will be removed in 7.0.0, as we want to encourage the transition.
OnCreate changes
The onCreate lambda is now an intent to improve consistency and enable improved testing functionality.
Deprecated functions removed
Some variants of test livetest and container have been removed.
Functional changes
onCreate
lambda incontainer
factory functions is now an implicitintent
. This creates more consistency in the APIs and supports new test functionality.intent
now returns a coroutineJob
runOnCreate
andinvokeIntent
now return a coroutineJob
to allow us to join or cancel the job for that intent in tests.test
,liveTest
andcontainer
functionsWhat's Changed
New Contributors
Full Changelog: orbit-mvi/orbit-mvi@5.0.0...6.0.0
v5.0.0
: Dependency updatesCompare Source
Notable changes:
Below are potentially breaking changes depending on your project setup:
1.8.21
1.7.1
What's Changed
Full Changelog: orbit-mvi/orbit-mvi@4.6.1...5.0.0
Configuration
📅 Schedule: Branch creation - "before 4am" in timezone Asia/Seoul, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.