All Versions
49
Latest Version
Avg Release Cycle
104 days
Latest Release
1008 days ago

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
    • 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)
  • v5.2.1 Changes

    May 17, 2019
    • โšก๏ธ Updated RxSwift to version 5.0 (#335)
  • v5.2.0 Changes

    April 13, 2019
    • โž• 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)
  • v5.1.4 Changes

    September 21, 2018
    • โšก๏ธ 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)
  • 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)
  • v5.1.0 Changes

    May 28, 2018
    • โž• 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:)
  • v5.0.2 Changes

    • ๐Ÿ”„ Changed error name from BluetoothError.peripheralIsConnectingOrAlreadyConnected to BluetoothError.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)