Releases: DanielKnauf/livedata-kit
Releases · DanielKnauf/livedata-kit
0.2.0
0.1.2
- remove mainthread-annotation from methods which do not check for
main thread
0.1.1
- fixes distribution via Jitpack.io, somehow an old artefact was still distributed
0.1.0
MergerLiveData
subscribes to one or moreLiveData
of any type and merges their valuesDistinctLiveData
checks new values with equals and emits only different values to observersMutableLiveData-ktx
provides List functions directly on aMutableLiveData<List>