Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@adibfara adibfara released this 24 Apr 07:18
  • Update to latest version of LiveData.
  • [BREAKING] map and switchMap operators are now using the implementation of Android LiveData KTX .
  • [BREAKING] NonNullLiveData class has been removed. .nonNull() is now returning a regular live data.
  • [BREAKING] zip and combineLatest functions are now nullable.