Releases: arkivanov/Essenty
Releases · arkivanov/Essenty
0.2.0
- Fixed potential memory leaks in
LifecycleRegistry
(#24)
LifecycleRegistry.unsubscribe
method no longer throws an exception when called without being subscribed (#24)
- Added
InstanceKeeper.remove
method (#25)
- Bumped
compileSdkVersion
and targetSdkVersion
to 31 (#29)
0.1.4
Added Apple silicon targets
0.1.3
- Updated Kotlin to
1.5.21
(#19)
- Added
BackPressedHandler(OnBackPressedDispatcher)
Android interop functions, deprecated BackPressedDispatcher(OnBackPressedDispatcher)
Android interop functions (#18)
- Added
BackPressedHandlerOwner
interface (#17)
0.1.2
- Allow using
AndroidParcelableContainer
in unit tests (#15)
0.1.1
- Removed
BackPressedRegistry
interface (#13)
0.1.0
First published version.
Content:
Lifecycle
StateKeeper
InstanceKeeper
BackPressedDispatcher