Skip to content

Releases: Polidea/RxBluetoothKit

v3.0.2

19 Jul 09:55
Compare
Choose a tag to compare
  • Updated RxSwift dependency version to 3.0.0-beta.2

v3.0.1

19 Jul 09:56
Compare
Choose a tag to compare
  • Fixed support for Cocoapods

v3.0.0

19 Jul 09:56
Compare
Choose a tag to compare
  • 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

19 Jul 09:57
Compare
Choose a tag to compare
  • 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

19 Jul 09:58
Compare
Choose a tag to compare
  • Removed platform specifier from podpspec

v1.2.3

19 Jul 09:57
Compare
Choose a tag to compare
  • Bubbling of errors added to monitorPeripheralDisconnection method

v1.2.2

19 Jul 09:58
Compare
Choose a tag to compare
  • 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

19 Jul 09:58
Compare
Choose a tag to compare
  • listenOnRestoredState method made public

v1.2.0

19 Jul 09:59
Compare
Choose a tag to compare
  • Added support for Core Bluetooth state restoration

v1.1.1

19 Jul 09:59
Compare
Choose a tag to compare
  • Fixed a bug regarding rx_state behavior