Releases: Polidea/RxBluetoothKit
Releases · Polidea/RxBluetoothKit
5.0.2
- Changed error name from
BluetoothError.peripheralIsConnectingOrAlreadyConnected
toBluetoothError.peripheralIsAlreadyObservingConnection
- old error has been deprecated (#245) - To each method, that returns observable, added documentation with a list of errors that this observable can return (#225)
- Rewritten example app that is now using RxBluetoothKit 5.x (#240, #220)
- Added available annotation for
canSendWriteWithoutResponse
property (#253)
5.0.1
- Added method to observe notyfing state change for the characteristic (#229)
- Aligned the API for
establishConnection
with the rest of the implementation - Made restore state api public (#224)
- Enabled getting an
Observable<Peripheral>
from already connected peripheral provided by the system (#238) - Fixed writting without response on older systems (#241)
- Added queues for discovery requests (fixed #235)
- Added support for XCode 9.3 and swift 4.1
5.0.0
4.0.2
4.0.1
4.0.0
4.0.0-alpha.1
- RxSwift 4 alpha added as dependency
4.0.0 alpha 0
- Added compatibility with Swift 4
- Updated RxSwift dependency to version 4.