All Versions
49
Latest Version
Avg Release Cycle
104 days
Latest Release
2111 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v3.0.3 Changes
- ⚡️ Updated RxSwift dependency version to 3.0.0-rc.1
-
v3.0.2 Changes
- ⚡️ Updated RxSwift dependency version to 3.0.0-beta.2
-
v3.0.1 Changes
- 🛠 Fixed support for Cocoapods
-
v3.0.0 Changes
- Implemented compatibility for Swift 3.0. This includes adoption of Swift Design Guidelines and new Value Types in Cocoa.
- Implemented function
maximumWriteValueLengthonPeripheralinstance 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 Changes
- Implemented compatibility for Swift 2.3. This version is supposed to work with Xcode 7.3 and Xcode 8.
- Introduced
BluetoothStatewhich is same asCBCentralManagerStateandCBManagerStateand help us achieve compatibility with 8.0 and 10.0 CoreBluetooth SDKs. - ✂ Removed deprecated methods from earlier versions -
monitorStateandmonitorStateChangefromBluetoothManager - Removed method
rx_stateonPeripheralinstance. It didn't work well and you should userx_isConnectedinstead. - ✂ Removed method
monitorPeripheralDisconnection. You should userx_isConnectedinstead
-
v1.2.4 Changes
- ✂ Removed
platformspecifier from podpspec
- ✂ Removed
-
v1.2.3 Changes
- Bubbling of errors added to
monitorPeripheralDisconnectionmethod
- Bubbling of errors added to
-
v1.2.2 Changes
- 🛠 Fixed memory leak, that was visible while calling scan
- 🛠 Fixed behavior of discoverServices method.
- ➕ Added monitoring of disconnection on Peripheral example to the Example app
-
v1.2.1 Changes
- ⏪
listenOnRestoredStatemethod made public
- ⏪
-
v1.2.0 Changes
- ➕ Added support for Core Bluetooth state restoration