Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

v4.0.0

Latest
Compare
Choose a tag to compare
@k-kagurazaka k-kagurazaka released this 08 Dec 08:26
· 1 commit to master since this release

Breaking Changes

  • RxProperty#get and ReadOnlyRxProperty#get now throws NullPointerException instead of returning null.
    • Use RxProperty#getOrNull and ReadOnlyRxProperty#getOrNull if you want to former behavior.
  • Changed argument type of RxProperty#setValidator.
    • Fixed an issue that old Kotlin compiler failed inference of nullability.
  • Changed class name from Nothing to NoParameter to avoid confusion in Kotlin codes.