- Initial release
- Fix forked Workflow invoking didComplete multiple times
- Upgraded iOS library to Swift 5
- Updates from the internal fork of RIBs (see Releases section)
- Added REPLACE_TOP
RouterNavigator
flag
- Migrate library modules to Kotlin but keep the same APIs
- Bugfixes for Kotlin migration
- One more bugfix and log message for Kotlin migration edge case
- Added NEW_TASK_REPLACE
RouterNavigator
flag
- Added Jetpack Compose RIB classes
BasicComposeRouter
now auto-attaches child composable content
- Work around Bazel desugar issues
- [Android] Adds rib-coroutines and rib-coroutines-test to enable corotouines interop
- [Android] Upgrade to Kotlin 1.7
- [Android] Add Window Focus Event API
- [Android] Add open modifier to doOnRemoved()8
- [Android] Deprecate mockitokotlin2
- [Android] Reverting binary breaking change from 0.13.1 on Basic Interactor
- [Intellij] Plugin 0.1.5
- [Android] Clear cached CoroutineScope instance once its job completes
- [Android] Make all TestDispatchers in TestRibDispatchers use the same TestCoroutineScheduler