RxBluetoothKit v6.0.0 Release Notes

Release Date: 2020-09-04 // about 4 years ago
    • 🚀 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)

Previous changes from v5.3.0

    • 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)