Releases: nordicsemi/IOS-BLE-Library
Releases · nordicsemi/IOS-BLE-Library
0.4.3
What's Changed
- Added CentralManager.isPoweredOn() async throws helper function by @dinesharjani in #34
- Fix: Account for .unknown state in CentralManager .isPoweredOn() by @dinesharjani in #35
- Fix: Peripheral's listenValues() API now buffers items by @dinesharjani in #36
- Updated package.resolved and metadata.json by @dinesharjani in #37
- Updated Documentation by @dinesharjani in #38
- Revert "Updated Documentation" by @dinesharjani in #39
- Second attempt at updating Documentation by @dinesharjani in #40
- Fix for incorrectly-filtered Read Operation Output by @dinesharjani in #41
- Fixup: iOS-BLE-Library needs to match "Mock" changes by @dinesharjani in #42
- Minor code cleanup to Peripheral read/write Descriptor functions by @dinesharjani in #43
- Fix: peripheral.discoverServices() will now filter-out the argument UUIDs by @dinesharjani in #44
- Update README by @NickKibish in #45
- 🪦 R.I.P. CocoaPods by @NickKibish in #46
- Restored Peripheral.isReadyToSendWriteWithoutResponse() + Build Fix by @dinesharjani in #47
- Improved MTU() - now maximumWriteValueLength() API by @dinesharjani in #48
- Updated Documentation by @dinesharjani in #49
Full Changelog: 0.4.2...0.4.3
Bug-fixes
What's Changed
Bug-fixing for some APIs.
Apple Watch support
fixes #30 and adds watchOS support.
Release 0.3.2
Allow passing options to scanForPeripherals
Release 0.3.1
Descriptor read / write values.
Release 0.3.0
Added thread synchronization
Release 0.2.1
Operation queue to fix answers from peripheral
Release 0.2.0
Get rid of cannectable publisher. Now you don't need to call connect() on every method.
Release 0.1.5
CBCentralManager opnions were added to the init of CentralManager.
Release 0.1.4
Added documentation for CentralManager