New
0.2.5
- Updated Kotlin to
1.5.10, Jetpack Compose to1.0.0-beta08, JetBrains Compose to4.0.0(#160) - Added
watchostargets (#156 by @plusmobileapps) - Added
ensureNeverFrozento mutable classes (#145) - Added
Childrenfunction overloads withRouterStateargument (#146) - Deprecated
@Composable fun Value.asState(): State, introduced@Composable fun Value.subscribeAsState(): State(#134) - Fixed
crossfadedoes not preserve state (#137)