Thanks to visit codestin.com
Credit goes to github.com

Skip to content

2.0.0

Choose a tag to compare

@arkivanov arkivanov released this 03 Oct 23:09
· 204 commits to master since this release
  • 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 the keepers module, old InstanceKeeper is deprecated (#156)
  • Introduced StateKeeper in the keepers module, old StateKeeper is deprecated (#157)
  • Introduced AndroidX Lifecycle extensions in the mvikotlin module, old Lifecycle extensions are deprecated (#158)
  • Removed dependency on com.badoo.reaktive:utils (#160)
  • Removed vars from LogginStoreFactory (#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.