Skip to content

Releases: sebaslogen/resaca

4.4.3

02 Feb 20:58
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix #185 edge case when Activity recreation happens simultaneously with navigation + add automated tests for this

4.4.2

31 Jan 19:22
Compare
Choose a tag to compare

Changes

🚀 Features

  • Bump androidx.activity:activity-compose from 1.9.3 to 1.10.0 @dependabot (#182)

🧰 Maintenance

🐛 Bug Fixes

  • Fix #185 Scoped objects wrongly cleared when ON_START+ON_STOP without ON_RESUME+ON_PAUSE happens on quick navigation

4.4.1

25 Dec 10:40
Compare
Choose a tag to compare

Changes

🧰 Maintenance

4.4.0

04 Dec 20:32
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

4.3.6

27 Nov 21:24
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Bump org.robolectric:robolectric from 4.14 to 4.14.1 @dependabot (#162)
  • Bump com.google.devtools.ksp from 2.0.21-1.0.27 to 2.0.21-1.0.28 @dependabot (#159)
  • Bump org.robolectric:robolectric from 4.13 to 4.14 @dependabot (#160)

4.3.5

15 Nov 08:02
Compare
Choose a tag to compare

Changes

🧰 Maintenance

4.3.4

05 Nov 20:36
Compare
Choose a tag to compare

Changes

🧰 Maintenance

4.3.3

16 Oct 18:18
Compare
Choose a tag to compare

Changes

🧰 Maintenance

4.3.2

02 Oct 20:26
Compare
Choose a tag to compare

Changes

🧰 Maintenance

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