Skip to content

Releases: Polidea/RxBluetoothKit

6.0.0

04 Sep 12:23
20a0736
Compare
Choose a tag to compare
  • 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

26 Jul 11:49
3684eeb
Compare
Choose a tag to compare
  • Always connect to retrieved peripherals first (#337)
  • Addded a customisation point for injecting a logger (#341)
  • Fixed L2CAP API to support OSX 10.14 (#345)

5.2.1

17 May 13:56
1541905
Compare
Choose a tag to compare
  • Updated RxSwift to version 5.0 (#335)

5.2.0

13 Apr 20:17
77cdd2a
Compare
Choose a tag to compare
  • Added support for Xcode 10.2 and Swift 5 (#321)
  • Fixed "API MISUSE" after canceling notification state when bluetooth is powered off (#319)
  • Fixed problems when discoverServices doesn't emit any result (#309)

5.1.4

21 Sep 13:16
Compare
Choose a tag to compare
  • Updated RxSwift library to version 4.3
  • fix API MISUSE when calling stop scan on dispose (#283)
  • add option to disable checking of canSendWriteWithoutReponse while writing (#282)

5.1.3

29 Jun 08:17
0454cf8
Compare
Choose a tag to compare
  • Changed back deployment target from 10.0 to 8.0. (#275)

5.1.2

21 Jun 12:50
3113c36
Compare
Choose a tag to compare
  • Updated RxSwift to 4.2 with support for XCode 9.4 (#268)

4.0.3

11 Jun 09:49
Compare
Choose a tag to compare

Update Cartfile.resolved and generate binary framework for XCode 9.4.

5.1.1

08 Jun 08:10
Compare
Choose a tag to compare
  • Fixed PeripheralManager not public (#264)

5.1.0

28 May 08:11
419776e
Compare
Choose a tag to compare
  • Added support for CBPeripheralManager. Read PeripheralManager documentation for more info (#166)
  • Deprecated RestoredState and CentralManager.init(queue:options:onWillRestoreCentralManagerState:). From now on please use corresponding CentralManagerRestoredState and CentralManager.init(queue:options:onWillRestoreCentralManagerState:)