Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.0.0.tar.gz | 2020-10-03 | 4.6 MB | |
2.0.0.zip | 2020-10-03 | 5.0 MB | |
README.md | 2020-10-03 | 1.0 kB | |
Totals: 3 Items | 9.6 MB | 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.State
enum entries (#153) - Introduced
InstanceKeeper
in thekeepers
module, oldInstanceKeeper
is deprecated (#156) - Introduced
StateKeeper
in thekeepers
module, oldStateKeeper
is deprecated (#157) - Introduced AndroidX
Lifecycle
extensions in themvikotlin
module, oldLifecycle
extensions are deprecated (#158) - Removed dependency on
com.badoo.reaktive:utils
(#160) - Removed
var
s 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.