Releases: patloew/RxWear
Releases · patloew/RxWear
RxWear v2.0.0
RxWear v1.3.0
Changes
- BREAKING CHANGE: RxWear 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.
- BREAKING CHANGE: Removed deprecated Data method
getSingle()
. Useget()
instead. - Updated Play Services (9.8.0) and RxJava (1.2.1).
RxWear v1.2.0
RxWear v1.1.0
Changes
- BREAKING CHANGE: The lib now uses Singles instead of Observables if only one item is emitted.
- BREAKING CHANGE: Removed unnecessary
getRemoteNodes()
. - BREAKING CHANGE: Observables, which previously returned a List/Map, now emit the items/values of these Collections.
RxWear v1.0.0
Initial release, with Observables for all methods exposed by the Wearable API.