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

1.0.0

Compare
Choose a tag to compare
@cheonjaeung cheonjaeung released this 24 Dec 05:50
· 18 commits to main since this release
916bad6

1.0.0 is the first stable version. 🎉 Version 1.0.0 contains these commits.

New Features

  • Add new extension function SavedStateHandle.nullable() and SavedStateHandle.notNull() for delegated property. (#1, #2)
  • Add new extension function SavedStateHandle.liveData() for delegate MutableLiveData. (#5)
  • Add new extension function SavedStateHandle.stateFlow() for delegate StateFlow. (#8)