Releases: Polidea/RxBluetoothKit
Releases · Polidea/RxBluetoothKit
6.0.0
- Increased deployment target for iOS to 9.0 and for osx to 10.13 (#379, #380)
- Added support for observing ancsAuthorized property on peripheral. (#370)
- Added Bluetooth usage description to Info.plist in Example project (#369)
- Added initial state improvement & a minor fix for BluetoothState methods. (#371)
- Fixed problems with SPM support (#358, #368)
- Updated RxSwift version to 5.1 (#376)
- Updated project configurations to decrease build time on TravisCI (#376)
- Updated scripts to fixed problems with generating mocks (#378)
5.3.0
5.2.1
5.2.0
5.1.4
5.1.3
5.1.2
4.0.3
5.1.1
5.1.0
- Added support for
CBPeripheralManager
. ReadPeripheralManager
documentation for more info (#166) - Deprecated
RestoredState
andCentralManager.init(queue:options:onWillRestoreCentralManagerState:)
. From now on please use correspondingCentralManagerRestoredState
andCentralManager.init(queue:options:onWillRestoreCentralManagerState:)