Skip to content

RxFit v1.2.0

Compare
Choose a tag to compare
@patloew patloew released this 17 Mar 18:42

Changes

  • BREAKING CHANGE: The lib now uses Singles instead of Observables if only one item is emitted.
  • BREAKING CHANGE: Observables, which previously emitted a single List, now emit the items of the list.
  • BREAKING CHANGE: RxFit.Ble.startScan(...) and stopScan(...) was removed and replaced by RxFit.Ble.scan(...).
  • Added RxFit.OnExceptionResumeNext.Single Transformer.