Skip to content

0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 13:06
· 117 commits to refs/heads/master since this release
b4b2ed1

Changes

  • Kotlin 1.6.10
  • #166 Apple Silicon support
  • #167 support of jvm, js, linux, windows, all apple platforms
  • #156 android sources publishing
  • #159 fix invalid value in observers of livedata in iOS
  • #155 fix android potential memory leak with databinding

Breaking changes

  • MutableLiveData.postValue was extracted from class MutableLiveData and moved to extension function. To continue usage please add import dev.icerock.moko.mvvm.livedata.postValue