Skip to content

ViewStateStore 1.3 alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fardavide fardavide released this 22 May 05:07
· 34 commits to master since this release

What's new

  • Create a ViewStateStore from a LiveData. ViewStateStore.from( someLiveData )

Changes

  • PagedViewStateStore.setDataSource and its primary constructor has been deprecated. Use ViewStateStore.from( someDataSourceFactory )
  • ViewState deprecated doOnData, doOnError, doOnLoadingChange
  • ViewStateObserver onData, onError, onLoadingChanged, onEach are now internal. If you are using them, you shouldn't ( sorry for the mistake ). Please use the doOn... functions instead