All Versions
49
Latest Version
Avg Release Cycle
104 days
Latest Release
937 days ago
Changelog History
Page 2
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
toCentralManager
- Reimplemented connection and notification API's
- ➕ Added watchOS and tvOS targets
- ➕ Added support for L2CAP
- ✅ Rewritten unit tests
- 🔄 Changed
-
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
andPeripheral
instances is now public - 🛠 Fixed a bug regarding doing unnecessary operations when peripheral was disconnected
- Access from library objects to
-
v3.0.14 Changes
- 🛠 Fixed building on Xcode 9 Beta 2