- Update to latest version of LiveData.
- [BREAKING]
map
andswitchMap
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
andcombineLatest
functions are now nullable.