Releases: sebaslogen/resaca
Releases · sebaslogen/resaca
4.3.0
Changes
🚀 Features
- Feature: Add JVM desktop and Web support for resaca-Koin lib @sebaslogen
🧰 Maintenance
- Fix API visibility on desktop
- Bump AGP to 8.6.1
- Bump Navigation to 2.8.1
4.2.0
Changes
🚀 Features
- Feature: Add JVM desktop support @sebaslogen (#140)
- Feature: Add Web support both JS and WASM @sebaslogen
🧰 Maintenance
- Bump coroutines to 1.9.0
- Bump Gradle to 8.9
- Bump Compose Multiplatform to 1.7.0-beta02
- Bump com.google.devtools.ksp from 2.0.20-1.0.24 to 2.0.20-1.0.25 @dependabot (#139)
4.1.6
Changes
🧰 Maintenance
- Updated Compose Multiplatofrm to 1.7.0-beta01 including AndroidX Compose libs 1.7.0-rc1
- Updated AndroidX lifecycle to 2.8.5
- Updated Navigation to 2.8.0 stable
4.1.5
Changes
🧰 Maintenance
- Documentation clean up and improve tests
- Internal API clean up
3.3.8
4.1.4
Changes
🐛 Bug Fixes
- Bugfix: Leak on backstack recreation @sebaslogen (#138)
🧰 Maintenance
- Bump agp from 8.5.2 to 8.6.0 @dependabot (#134)
- Bump koin from 4.0.0-RC1 to 4.0.0-RC2 @dependabot (#135)
4.1.3
Changes
🚀 Features
- ADD code coverage reports and badge @sebaslogen
🐛 Bug Fixes
- CHANGE mutable iterators to copy structures before using them @sebaslogen
4.1.2
Changes
🚀 Features
- ADD leak canary to sample app @sebaslogen
🐛 Bug Fixes
- CHANGE blocking marks for disposal to run on single thread(main) @sebaslogen (#132)
🧰 Maintenance
- Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.6.0 to 0.6.1 @dependabot (#130)
- Bump Navigation lib to 2.8.0-rc1 to fix memory leak in Navigation library (leaking Activities)
4.1.1
4.1.0
Changes
🚀 Features
- Migrate resaca Koin to KMP and CMP @sebaslogen
- Simple Kotlin DSL Property Assignment @niyajali (#127)