Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-16 | 1.0 kB | |
v0.16.4 source code.tar.gz | 2025-09-16 | 6.7 MB | |
v0.16.4 source code.zip | 2025-09-16 | 7.4 MB | |
Totals: 3 Items | 14.1 MB | 0 |
What's Changed
- Remove intrinsics usage in
RibCoroutineWorker
by @psteiger in https://github.com/uber/RIBs/pull/627 - Remove ios to prep for separate repos by @tyvsmith in https://github.com/uber/RIBs/pull/646
- fix url typo for ribs-ios by @tyvsmith in https://github.com/uber/RIBs/pull/647
- Replace the SharedFlow with a StateFlow in the Interactor class by @rysh88 in https://github.com/uber/RIBs/pull/651
- Remove Java 8 usage from repository. by @psteiger in https://github.com/uber/RIBs/pull/652
- Bump Kotlin, Compose, Coroutines, AGP. by @psteiger in https://github.com/uber/RIBs/pull/653
- Add tests for RibEvents buffer size configuration by @psteiger in https://github.com/uber/RIBs/pull/642
ScopeProvider.coroutineScope
: Fail silently when accessing outside of RIB scope. by @psteiger in https://github.com/uber/RIBs/pull/632
New Contributors
- @rysh88 made their first contribution in https://github.com/uber/RIBs/pull/651
Full Changelog: https://github.com/uber/RIBs/compare/v0.16.3...v0.16.4