Skip to content

Releases: badoo/Decompose

0.0.10

14 Oct 19:09
Compare
Choose a tag to compare
  • Added JVM target

0.0.9

11 Oct 21:55
Compare
Choose a tag to compare
  • View state preservation for Jetpack Compose

0.0.8

04 Oct 23:04
Compare
Choose a tag to compare
  • Fixed publication of the decompose module
  • Extracted Jetpack Compose extensions to extensions-compose module

0.0.7

24 Sep 17:53
Compare
Choose a tag to compare
  • Removed Component interface, components can now be of any type
  • Renamed RootComponent builder functions to rootComponent
  • Added MutableValue.reduce(...) extension
  • Bug fixes

0.0.5

16 Sep 20:11
Compare
Choose a tag to compare

Converted to Kotlin Multiplatform.

0.0.4

02 Sep 23:22
Compare
Choose a tag to compare
  • Retaining instances
  • Updated Compose to alpha02

0.0.3

31 Aug 10:23
Compare
Choose a tag to compare
  • Stack preservation in nested Routers

0.0.2

23 Aug 21:18
Compare
Choose a tag to compare
  • Renamed ComposableComponent to Component
  • Nested Routers

0.0.1

17 Aug 22:57
Compare
Choose a tag to compare

Initial version. Main Router functionality, including back stack preservation during configuration changes and/or process death.