Releases: percula/ktx
Releases · percula/ktx
Update gradle and dependencies
ObservableArrayList fix
2.2.3 feat: Don't notify twice when replacing items
SwitchMapWithUpdateAction
2.2.2 feat: Add switchMapWithUpdateAction
More LiveData Extensions
Added more LiveData extensions and removed duplicate map and switchMap now that they're in the androidx library.
Fix EventObserver
2.1.7 fix: EventObserver was not being called
MutableLiveData.notifyObservers()
Easily notify observers of the MutableLiveData
NonNullLiveData
A LiveData that enforces the generic type's nullability. Also added a Mutable subclass.
MediatorLiveData fixes
2.1.4 fix: MutableLiveData assign value to LiveData from lambda
Event
mutableLiveDataOf()
2.1.2 feat: MutableLiveData utils