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

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 maximumWriteValueLength on Peripheral instance 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 BluetoothState which is same as CBCentralManagerState and CBManagerState and help us achieve compatibility with 8.0 and 10.0 CoreBluetooth SDKs.
    • โœ‚ Removed deprecated methods from earlier versions - monitorState and monitorStateChange from BluetoothManager
    • Removed method rx_state on Peripheral instance. It didn't work well and you should use rx_isConnected instead.
    • โœ‚ Removed method monitorPeripheralDisconnection. You should use rx_isConnected instead
  • v1.2.4 Changes

    • โœ‚ Removed platform specifier from podpspec
  • v1.2.3 Changes

    • Bubbling of errors added to monitorPeripheralDisconnection method
  • 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

    • โช listenOnRestoredState method made public
  • v1.2.0 Changes

    • โž• Added support for Core Bluetooth state restoration