Release 1.2.1
Changed
- [BREAKING] change the name of
just(value)
toliveDataOf(value)
, since just was too broad. - [BREAKING] change the name of
from { }
toliveDataOf { }
, since just was too broad. - [BREAKING] change the name of
empty()
toemptyLiveData()
, since empty was too broad. - OnNextAction is now a typealias instead of an interface.