RxBluetoothKit v2.0.0 Release Notes

    • Implemented compatibility for Swift 2.3. This version is supposed to work with Xcode 7.3 and Xcode 8.
    • Introduced BluetoothState which is same as CBCentralManagerState and CBManagerState and help us achieve compatibility with 8.0 and 10.0 CoreBluetooth SDKs.
    • ✂ Removed deprecated methods from earlier versions - monitorState and monitorStateChange from BluetoothManager
    • Removed method rx_state on Peripheral instance. It didn't work well and you should use rx_isConnected instead.
    • ✂ Removed method monitorPeripheralDisconnection. You should use rx_isConnected instead