slackhq/circuit (com.slack.circuit:circuit-test)
### [`v0.24.0`](https://redirect.github.com/slackhq/circuit/blob/HEAD/CHANGELOG.md#0240)
[Compare Source](https://redirect.github.com/slackhq/circuit/compare/0.23.1...0.24.0)
*2024-09-16*
- **New**: Add code gen support for [kotlin-inject](https://redirect.github.com/evant/kotlin-inject) + [kotlin-inject-anvil](https://redirect.github.com/amzn/kotlin-inject-anvil). See the [code gen docs](https://slackhq.github.io/circuit/code-gen/) for usage instructions. We've also added a sample project.
- **New**: `presenterTestOf()` and `Presenter.test()` functions now return a new `CircuitReceiveTurbine` interface. This interface slightly but importantly modifies the behavior of `awaitItem()` by making it only emit *changed* items rather than every item. If you do want to assert the equivalent state is emitted across recompositions, you can use `awaitUnchanged()`.
- **New**: Promote `LocalBackStack` to public API.
- **Behavior change**: Due to the above-documented change to `awaitItem()`, you may need to update tests that previously assumed duplicate emissions.
- Update to Kotlin `2.0.20`.
- **Change**: Switch to stdlib's implementation of `Uuid`. This release now requires Kotlin `2.0.20` or later.
- Add sample test to demonstrate `rememberAnsweringNavigator` result handling.
- Update to kotlinx.coroutines `1.9.0`.
- Update to compose-bom `2024.09.01`.
- Update to kotlinx.collections.immutable `0.3.8`.
- Update to androidx.activity `1.9.2`.
- Update to androidx.lifecycle `2.8.5`.
- Update to kotlin `2.0.20`.
- Build against KSP `2.0.20-1.0.25`.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.23.1
->0.24.0
0.23.1
->0.24.0
0.23.1
->0.24.0
0.23.1
->0.24.0
0.23.1
->0.24.0
0.23.1
->0.24.0
Release Notes
slackhq/circuit (com.slack.circuit:circuit-test)
### [`v0.24.0`](https://redirect.github.com/slackhq/circuit/blob/HEAD/CHANGELOG.md#0240) [Compare Source](https://redirect.github.com/slackhq/circuit/compare/0.23.1...0.24.0) *2024-09-16* - **New**: Add code gen support for [kotlin-inject](https://redirect.github.com/evant/kotlin-inject) + [kotlin-inject-anvil](https://redirect.github.com/amzn/kotlin-inject-anvil). See the [code gen docs](https://slackhq.github.io/circuit/code-gen/) for usage instructions. We've also added a sample project. - **New**: `presenterTestOf()` and `Presenter.test()` functions now return a new `CircuitReceiveTurbine` interface. This interface slightly but importantly modifies the behavior of `awaitItem()` by making it only emit *changed* items rather than every item. If you do want to assert the equivalent state is emitted across recompositions, you can use `awaitUnchanged()`. - **New**: Promote `LocalBackStack` to public API. - **Behavior change**: Due to the above-documented change to `awaitItem()`, you may need to update tests that previously assumed duplicate emissions. - Update to Kotlin `2.0.20`. - **Change**: Switch to stdlib's implementation of `Uuid`. This release now requires Kotlin `2.0.20` or later. - Add sample test to demonstrate `rememberAnsweringNavigator` result handling. - Update to kotlinx.coroutines `1.9.0`. - Update to compose-bom `2024.09.01`. - Update to kotlinx.collections.immutable `0.3.8`. - Update to androidx.activity `1.9.2`. - Update to androidx.lifecycle `2.8.5`. - Update to kotlin `2.0.20`. - Build against KSP `2.0.20-1.0.25`.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.