Skip to content

Releases: sebaslogen/resaca

4.3.1

27 Sep 09:20
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Bump koin from 4.0.0-RC2 to 4.0.0 @dependabot (#142)
  • Add emulator instrumentation tests for Android to CI
  • Add test for scoped object backstack survival with config change recreation
  • Internal code improvements:
    • Use currentCompositeKeyHash to remove dependency on Uuid generation
    • Consistently use RememberObserver with onAbandoned instead of DisposableEfect
    • Migrate away from deprecated LocalLifecycleOwner

4.3.0

23 Sep 07:28
Compare
Choose a tag to compare

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

16 Sep 11:11
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

4.1.6

06 Sep 09:56
Compare
Choose a tag to compare

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

05 Sep 09:05
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Documentation clean up and improve tests
  • Internal API clean up

3.3.8

05 Sep 09:28
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

4.1.4

05 Sep 06:09
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

4.1.3

30 Aug 06:36
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • CHANGE mutable iterators to copy structures before using them @sebaslogen

4.1.2

28 Aug 09:10
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 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

26 Aug 20:14
Compare
Choose a tag to compare

Changes

🐞 Bugfix

  • Fix blocking bug on resume from background introduced in resaca 4.0.0 #129

🧰 Maintenance

  • Update to Kotlin 2.0.20 with native UUID lib
  • Compose to 2024.08.00