Skip to content

Release 1.2.1

Compare
Choose a tag to compare
@adibfara adibfara released this 24 Jan 15:31
· 32 commits to master since this release

Changed

  • [BREAKING] change the name of just(value) to liveDataOf(value), since just was too broad.
  • [BREAKING] change the name of from { } to liveDataOf { }, since just was too broad.
  • [BREAKING] change the name of empty() to emptyLiveData(), since empty was too broad.
  • OnNextAction is now a typealias instead of an interface.