Releases: meech-ward/AsyncCoreBluetooth
Releases · meech-ward/AsyncCoreBluetooth
[0.3.3] - 2025-06-16
[0.3.3] - 2025-06-16
Added
- Add the
withCBPeripheralmethod toPeripheralthat provides safe access to the underlyingCBMPeripheralinstance. This is useful when you need CoreBluetooth features that aren't yet implemented in this library.
[0.3.2]
[0.3.2] - 2025-04-25
Added
- Add RSSI value to Peripheral
readRSSI()
[0.3.1] - 2025-03-10
Fixed
- Fix package dependency for AsyncObservable
[0.3.0] - 2025-03-10
Changed
- Changed the API to use
AsyncObservablefor notifications and values. This changed quite a bit of theAsyncCoreBluetoothAPI but check the README and examples for the new API.
[0.2.0] - 2025-03-07
Added
- New documentation in
Sources/AsyncCoreBluetooth/AsyncCoreBluetooth.docc(2fea786)
Changed
- Make sure all characteristic continuations are canceled on peripheral disconnect
- Make sure notifications can't be enabled or disabled if they are already in that state
- Make data for read and notify not optional (78629a6)
- Make sure a new peripheral actor is created for each new peripheral instance
Fixed
0.1.0
Initial release