Releases: rickclephas/KMP-ObservableViewModel
Releases · rickclephas/KMP-ObservableViewModel
v1.0.0-BETA-1-kotlin-2.0.0-RC2
- Updated Kotlin to 2.0.0-RC2
v1.0.0-BETA-1
- KMM-ViewModel is now called KMP-ObservableViewModel (#71)
- See the PR for a list of changes
- AndroidX Lifecycle 2.8.0-rc01 (#68)
- AndroidX ViewModel for Android, JVM, iOS, macOS and LinuxX64 targets
- Constructor accepting a custom
CoroutineScope
- Support for
AutoCloseable
s (#69) - Common
ViewModelScope
extensions (#67) - Removed deprecated Swift functions
v1.0.0-ALPHA-21
- Updated Kotlin to 1.9.24
v1.0.0-ALPHA-20-kotlin-2.0.0-RC2
- Updated Kotlin to 2.0.0-RC2
v1.0.0-ALPHA-20-kotlin-2.0.0-RC1
- Updated Kotlin to 2.0.0-RC1
v1.0.0-ALPHA-20-kotlin-2.0.0-Beta5
- Updated Kotlin to 2.0.0-Beta5
v1.0.0-ALPHA-20
- Updated Kotlin to 1.9.23
v1.0.0-ALPHA-19
- Updated
kotlinx.coroutines
to 1.8.0 - Updated
androidx.lifecycle
to 2.7.0 - Added support for projects with a
wasmJs
target
v1.0.0-ALPHA-19-kotlin-2.0.0-Beta4
- Updated Kotlin to 2.0.0-Beta4
v1.0.0-ALPHA-18
- Added support for Cancellable ViewModels