This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
Releases: cheonjaeung/savedstate-ktx
Releases · cheonjaeung/savedstate-ktx
1.2.0
io.woong.savedstate:savedstate-ktx:1.2.0
is released. Version 1.2.0 contains these commits.
New Feature
- Add
SavedStateHandle.getOrDefault
andSavedStateHandle.getOrElse
that is similar feature toMap.getOrDefault
andMap.getOrElse
. (#13)
Dependency Update
- Update dependency from
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3
toorg.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
. (#14)
1.1.0
io.woong.savedstate:savedstate-ktx:1.1.0
is released. Version 1.1.0 contains these commits.
New Features
- New experimental feature,
SavedStateHandle.mutableStateFlow
was added. (#12)
Dependency Updates
- Now depends on
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3
(#11)
1.0.0
1.0.0 is the first stable version. 🎉 Version 1.0.0 contains these commits.
New Features
1.0.0-beta1
New Features
- Add new extension function
SavedStateHandle.liveData()
for delegateMutableLiveData
. (#5) - Add new extension function
SavedStateHandle.stateFlow()
for delegateStateFlow
. (#8)
Bug Fixes
SavedStateHandle.notNull
is no longer available for nullable property. (#6)
Dependency Updates
- This library is now depends on
org.jetbrains.kotlinx:kotlinx-coroutines-core
version 1.4.1. (#7) - This library is now exposing
org.jetbrains.kotlinx:kotlinx-coroutines-core
andandroidx.lifecycle:lifecycle-viewmodel-savedstate
dependencies.
This library will add dependencies to your project even though your project is not depends on these libraries explicitly. (#7)