Releases: Polidea/RxBluetoothKit
Releases · Polidea/RxBluetoothKit
v3.0.12
- Added option to enable logging of CoreBluetooth delegate values
used internally by RxBluetoothKit
- Make objectId fields public for Service, Characteristic and Descriptor classes.
v3.0.11
- Updated podspec file to proper version.
v3.0.10
- Added objectId property to missing
Service
, Characteristic
and Descriptor
objetcs.
v3.0.9
- Added objectId property to
Peripheral
object needed by react-native library. Should not be necessary in 4.x version of the library.
v3.0.8
- Support for multiple services/characteristics under the same UUID
v3.0.7
- Updated RxSwift dependency version to 3.2.0
- Some small code cleanups
v3.0.6
- Fixed SwiftLint & Xcode warnings
- Updated swift-version in
jazzy.yml
file to allow cocoadocs parsing
v3.0.5
- Fixed bug when
options
dictionary was not being passed to BluetoothManager
when initializing it
- Updated README.md to use
Observable.from
in correct way
v3.0.4
- Updated RxSwift dependency version to 3.0.0
- Updated Nimble dependency version to 5.1
v3.0.3
- Updated RxSwift dependency version to 3.0.0-rc.1