Releases: sebaslogen/resaca
Releases · sebaslogen/resaca
2.4.2 - Support Compose compiler 1.4.6 and Compose BOM 2023.04.01
Changelist of library updates
- Compose compiler 1.4.6
- Compose BOM 2023.04.01
2.4.1 - Hotfix min SDK back to API 21
Fix min SDK back to API 21
2.4.0 - Add support for Koin DI of ViewModels with SavedStateHandle
- Add resaca-koin library to support Koin DI of ViewModels with SavedStateHandle
- Add examples of Koin injection of ViewModels and objects
- Add documentation
See the new https://github.com/sebaslogen/resaca/blob/main/resacakoin/Readme.md
2.3.5 - Support AGP 8, Compose compiler 1.4.5 and Compose BOM 2023.04.00
Changelist of library updates
- Update to Java version 17
- Gradle plugin 8.0.0
- Compose compiler 1.4.5
- Compose BOM 2023.04.00
- Kotlin 1.8.20
- Activity Compose 1.7.0
2.3.4 - Support Compose compiler 1.4.4 and Compose BOM 2023.03.00
Changelist of library updates
- Compose compiler 1.4.4
- Compose BOM 2023.03.00
- Kotlin 1.8.10
- Dagger 2.45
- androidx.lifecycle:lifecycle-viewmodel 2.6.1
- Gradle plugin 7.4.2
2.3.3 - Support Compose compiler 1.4.0 with Kotlin 1.8.0 and Compose BOM 2023.01.00
Changelist
- Update Compose compiler to 1.4.0
- Update Kotlin to 1.8.0
- Update Compose BOM to 2023.01.00
2.3.2 - Update Compose dependencies
Changelist
- Update Compose dependencies to BOM 2022.12.00
2.3.1 - Update Dagger, Kotlin and Compose dependencies
Changelist
- Update Compose dependencies to BOM 2022.10.00
- Update Compose Compiler dependency to 1.3.2
- Update Kotlin to 1.7.20
- Update Dagger to 2.44
2.3.0 - Add Assisted Injection with default arguments in Hilt ViewModels
Changelist
- Add Assisted Injection with default arguments in Hilt ViewModels. See docs https://github.com/sebaslogen/resaca/blob/main/resacahilt/README.md#pseudo-assisted-injection-support
- Update Compose dependency to 1.3.1
- Update Android target SDK to 33
- Update Hilt and other dependencies
2.2.1 - Hotfix for SavedStateHandle across multiple VMs of the same type
- Update Compose dependency to 1.2.0
- Update Android target SDK to 32
- Update Hilt and other dependencies
- Add a unique key to fix support of SavedStateHandle across multiple VMs of the same type