2.0.0
- Updated Kotlin to 1.4.10 (#162 by @bachlis)
- Fixed "ReferenceError: observer$ObjectLiteral is not defined" crash (#146 by @maxtox3)
- Changed order of
Lifecycle.Stateenum entries (#153) - Introduced
InstanceKeeperin thekeepersmodule, oldInstanceKeeperis deprecated (#156) - Introduced
StateKeeperin thekeepersmodule, oldStateKeeperis deprecated (#157) - Introduced AndroidX
Lifecycleextensions in themvikotlinmodule, oldLifecycleextensions are deprecated (#158) - Removed dependency on
com.badoo.reaktive:utils(#160) - Removed
vars fromLogginStoreFactory(#161)
Release notes
The mvikotlin-extensions-androidx module is now deprecated. New InstanceKeeper and StateKeeper API is available in the separate keepers module. AndroidX Lifecycle extensions are available directly in the mvikotlin module.
MVIKotlin does not depend on com.badoo.reaktive:utils anymore. So its Bintray repository definition can be removed, unless Reaktive is used in the project.