Releases: sebaslogen/resaca
Releases · sebaslogen/resaca
1.1.3 - Fix to support Koin object provision in rememberScoped lambda
- Add
@Composable
annotation to rememberScoped lambda builder function to fix support for Koin object provision
1.1.2 - Fix to properly clear scoped ViewModels on back navigation
- Hotfix for fixing left-overs (clear on back navigation) of ticket #1
- Closable objects will also be automatically closed when the scoped object is not needed anymore.
1.1.1 - Fix to properly clear scoped ViewModels
HotFix for this issue #1
1.1.0 - Support for Jetpack Compose 1.1.0
Libraries are updated and compatible with the latest stable Jetpack Compose release 1.1.0
0.2.0 - Add optional key to rememberScope
- Add optional key to rememberScope
- Add tests for key parameter
- Fix Key Kotlin value class problem with collection keys
0.1.1 - Release library on JitPack
Add gradle and JitPack configuration to release as a library
0.1.0 - First release
Initial library release
Includes:
- resaca library
- test app ResacaApp
- integration tests with Robolectric
- CI integration with Travis-CI