RxFit v1.2.0
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(...)
andstopScan(...)
was removed and replaced byRxFit.Ble.scan(...)
. - Added RxFit.OnExceptionResumeNext.Single Transformer.