Releases: uber/RIBs
Releases · uber/RIBs
v0.16.5
v0.16.4
What's Changed
- Remove intrinsics usage in
RibCoroutineWorkerby @psteiger in #627 - Remove ios to prep for separate repos by @tyvsmith in #646
- fix url typo for ribs-ios by @tyvsmith in #647
- Replace the SharedFlow with a StateFlow in the Interactor class by @rysh88 in #651
- Remove Java 8 usage from repository. by @psteiger in #652
- Bump Kotlin, Compose, Coroutines, AGP. by @psteiger in #653
- Add tests for RibEvents buffer size configuration by @psteiger in #642
ScopeProvider.coroutineScope: Fail silently when accessing outside of RIB scope. by @psteiger in #632
New Contributors
Full Changelog: v0.16.3...v0.16.4
v0.16.3
What's Changed
- Fix Flipper Ribtree Plugin memory leak by @mamykin-andrey in #630
- Support classes that are both
WorkerandRibCoroutineWorkerin co… by @psteiger in #629 - Increase buffer capacity for mutableRouterEvents flow within RibEvents by @RahulDMello in #635
- Add test asserting Rx subscription is disposed after `RibCoroutineWor… by @psteiger in #628
New Contributors
- @mamykin-andrey made their first contribution in #630
- @RahulDMello made their first contribution in #635
Full Changelog: v0.16.2...v0.16.3
v0.16.2
v0.16.1
v0.16.0
v0.15.4
v0.15.3
What's Changed
- Add RibCoroutineWorker.bind that receives multiple workers by @FranAguilera in #607
- Change default CoroutineContext from empty to default for the RibCoroutineWorker<>Worker conversion by @FranAguilera in #608
- Add
RibCoroutineWorkerfactory method withCoroutineScopeas receiver by @psteiger in #610 - Update coroutines 1.7.3 by @tyvsmith in #609
- Bump kotlinx.coroutines.test to 1.7.3 by @psteiger in #611
Full Changelog: v0.15.2...v0.15.3