Releases: patloew/RxFit
Releases · patloew/RxFit
RxFit v2.0.1
RxFit v2.0.0
Initial release. Provides the same functionality as RxFit 1.5.0, but with RxJava 2.
RxFit v1.5.0
Changes
- Updated Play Services (9.8.0) and RxJava (1.2.1).
- Added support for Goals API.
RxFit v1.4.0
Changes
- Updated Play Services (9.6.1) and RxJava (1.2.0).
- BREAKING CHANGE: RxFit no longer provides static methods. Create an instance once and share it, e.g. via dependency injection or by providing the instance via your Application class.
RxFit v1.3.0
Changes
- Updated to Play Services 9.2.0.
- Updated RxJava.
- Added support for History API
un/registerDataUpdateListener()
.
RxFit v1.2.1
Changes
- BREAKING CHANGE: RxFit.OnExceptionResumeNext now exposes a static
.with()
method, which returns a Single or Observable Transformer. - Updated dependencies.
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.
RxFit v1.1.1
Changes
- Fix for multiple subscribers on RxFit Observables.
- Fixed bug which did not handle Exceptions after successful resolution.
- Added RxFit.OnExceptionResumeNext Transformer.
RxFit v1.1.0
Changes
- BREAKING CHANGE: Removed PermissionRequiredException in favor of SecurityException
- Added
RxFit.checkConnection()
Completable. - Timeouts can now be provided when creating an Observable. Also, a global default timeout for all Fit API requests made through the lib can be set.
RxFit v1.0.0
Initial release, with Observables for all methods exposed by the Fit API.