Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 635 Bytes

CHANGES.md

File metadata and controls

32 lines (20 loc) · 635 Bytes

livedata-ktx

Move to https://github.com/Shopify/livedata-ktx/releases

Transferring ownership – 06/27/2018

  • Prepare to transfer ownership to Shopify

Version 0.1.17 – 06/27/2018

  • Set minSdk to 16

Version 0.1.16 – 06/06/2018

  • Fix race condition in SupportMediatorLiveData when calling postValue

Version 0.1.15 – 05/24/2018

  • Replace observeForever extension with observe (without LifecycleOwner) because of naming conflict.

Version 0.1.14 – 05/19/2018

Supporting operators:

  • debounce
  • distinct
  • filter
  • first
  • map
  • nonNull

Supporting LiveData:

  • SingleLiveData