Releases: Zhuinden/livedata-combinetuple-kt
Releases · Zhuinden/livedata-combinetuple-kt
LiveData-CombineTuple-KT 2.0.0
LiveData-CombineTuple-KT 2.0.0 (2021-12-21)
BEHAVIOR CHANGE: Objects.equals() is applied before setting the value on the Mediator.
FIX: onActive() would call setValue which would trigger observe() as many times as there were LiveDatas.
I think this was reported, but someone truly pointed out the cause not too long ago, unfortunately.
LiveData-CombineTuple-KT 1.3.0
LiveData-CombineTuple-KT 1.3.0 (2021-11-03)
- Add
combineTupleSkipNull
.
LiveData-CombineTuple-KT 1.2.1
LiveData-CombineTuple-KT 1.2.1 (2021-02-10)
-
Update tuples-kt to 1.1.1.
-
Update Kotlin to 1.4.30.
LiveData-CombineTuple-KT 1.2.0
LiveData-CombineTuple-KT 1.2.0 (2020-12-19)
-
Update Kotlin to 1.4.21.
-
Update tuples-kt to 1.1.0.
LiveData-CombineTuple-KT 1.1.0
LiveData-CombineTuple-KT 1.1.0 (2020-10-04)
- Add
combineTupleNonNull
, which only allows LiveData with non-null values, but provides non-null decomposition.
LiveData-CombineTuple-KT 1.0.0
LiveData-CombineTuple-KT 1.0.0 (2020-03-31)
- Initial release.