Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

1.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cheonjaeung cheonjaeung released this 17 Dec 06:50

New Features

  • Add new extension function SavedStateHandle.liveData() for delegate MutableLiveData. (#5)
  • Add new extension function SavedStateHandle.stateFlow() for delegate StateFlow. (#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 and androidx.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)

Included Commits

1.0.0-alpha1...1.0.0-beta1