All Versions
49
Latest Version
Avg Release Cycle
104 days
Latest Release
1008 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.0.0 Changes
September 04, 2020- ๐ 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)
-
v5.3.0 Changes
July 26, 2019 -
v5.2.1 Changes
May 17, 2019- โก๏ธ Updated RxSwift to version 5.0 (#335)
-
v5.2.0 Changes
April 13, 2019 -
v5.1.4 Changes
September 21, 2018 -
v5.1.3 Changes
June 29, 2018- ๐ Changed back deployment target from 10.0 to 8.0. (#275)
-
v5.1.2 Changes
June 21, 2018- โก๏ธ Updated RxSwift to 4.2 with support for XCode 9.4 (#268)
-
v5.1.1 Changes
June 08, 2018- ๐ Fixed
PeripheralManager
not public (#264)
- ๐ Fixed
-
v5.1.0 Changes
May 28, 2018- โ 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:)
- โ Added support for
-
v5.0.2 Changes
- ๐ 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)
- ๐ Changed error name from