- BEHAVIOR CHANGE:
Objects.equals()
is applied before setting the value on the Mediator.
- FIX:
onActive()
would callsetValue
which would triggerobserve()
as many times as there were LiveDatas.
I think this was reported, but someone truly pointed out the cause not too long ago, unfortunately.
- Add
combineTupleSkipNull
, which is probably what people always really wanted (hasnull
until all values of all LiveData are not null).
-
Update Kotlin to 1.4.30.
-
Update tuples-kt to 1.1.0.
-
Update Kotlin to 1.4.21.
-
Update tuples-kt to 1.1.0.
- Add
combineTupleNonNull
, which only allows LiveData with non-null values, but provides non-null decomposition.
- Initial Release.