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

Changelog History
Page 2

  • v5.0.1 Changes

    • โž• Added method to observe notyfing state change for the characteristic (#229)
    • Aligned the API for establishConnection with the rest of the implementation
    • โช Made restore state api public (#224)
    • Enabled getting an Observable<Peripheral> from already connected peripheral provided by the system (#238)
    • ๐Ÿ›  Fixed writting without response on older systems (#241)
    • โž• Added queues for discovery requests (fixed #235)
    • โž• Added support for XCode 9.3 and swift 4.1
  • v5.0 Changes

    • ๐Ÿ”„ Changed BluetoothManager to CentralManager
    • Reimplemented connection and notification API's
    • โž• Added watchOS and tvOS targets
    • โž• Added support for L2CAP
    • โœ… Rewritten unit tests
  • v4.0.3 Changes

    June 11, 2018

    โšก๏ธ Update Cartfile.resolved and generate binary framework for XCode 9.4.

  • v4.0.2 Changes

    • ๐Ÿ‘ Allow projects that depend on RxBluetoothKit to update RxSwift to 4.1.0 and newer.
  • v4.0.1 Changes

    • โž• Add missing logs for CBPeripheral and CBCentralManager classes.
    • ๐Ÿ›  Fixed implementation of scanning subscription queue.
  • v4.0 Changes

    • โšก๏ธ App updated to newest iOS & macOS SDK
    • Swift 4 adoption
    • ๐Ÿšš Possible memory leaks removed
  • v3.1.2 Changes

    • ๐Ÿ›  Fix building on macOS with the newest SDK
  • v3.1.1 Changes

    • โช listenedOnRestoredState should not be missing events from delegate now in case of race condition
    • ๐Ÿ›  Fixed build issue caused by swiftlint
  • v3.1 Changes

    • Access from library objects to CBCentralManager and Peripheral instances is now public
    • ๐Ÿ›  Fixed a bug regarding doing unnecessary operations when peripheral was disconnected
  • v3.0.14 Changes

    • ๐Ÿ›  Fixed building on Xcode 9 Beta 2