Releases: Polidea/RxBluetoothKit
Releases · Polidea/RxBluetoothKit
v3.0.2
v3.0.1
v3.0.0
- Implemented compatibility for Swift 3.0. This includes adoption of Swift Design Guidelines and new Value Types in Cocoa.
- Implemented function
maximumWriteValueLength
onPeripheral
instance that is available from OSX 10.12 and iOS 9.0 - Couple of minor code cleanups in order to make source more concise and easier to read
v2.0.0
- Implemented compatibility for Swift 2.3. This version is supposed to work with Xcode 7.3 and Xcode 8.
- Introduced
BluetoothState
which is same asCBCentralManagerState
andCBManagerState
and help us achieve compatibility with 8.0 and 10.0 CoreBluetooth SDKs. - Removed deprecated methods from earlier versions -
monitorState
andmonitorStateChange
fromBluetoothManager
- Removed method
rx_state
onPeripheral
instance. It didn't work well and you should userx_isConnected
instead. - Removed method
monitorPeripheralDisconnection
. You should userx_isConnected
instead