3.1.0 - New feature: use a list of keys to scope objects to a larger scope than where they are used
New features
- Use a list of keys to scope objects to a larger scope than where they are used. For more info see PR #37 and docs:
- General https://github.com/sebaslogen/resaca/blob/main/README.md#scoping-in-a-lazycolumn-lazyrow-etc
- Hilt https://github.com/sebaslogen/resaca/blob/main/resacahilt/README.md#scoping-in-a-lazycolumn-lazyrow-etc
- Koin https://github.com/sebaslogen/resaca/blob/main/resacakoin/Readme.md#scoping-in-a-lazycolumn-lazyrow-etc
- The main use case is to scope all object/ViewModels for items in a Lazy-List to the scope of the whole list, instead of when they're shown/gone from the visible window.
Changelist of library updates
- Compose BOM to 2023.10.01
- Compose compiler 1.5.4
- AGP 8.1.4
- Kotlin 1.9.20
- Kover to 0.7.4
- Robolectric to 4.11.1
- Hilt to 1.1.0