Releases: nativescript-community/ble
Releases · nativescript-community/ble
v3.1.1
3.1.1 (2022-01-15)
Bug Fixes
- android: missing native-api-usage (d417bbb)
v3.1.0
3.1.0 (2022-01-15)
Bug Fixes
- isConnected should not throw if device is not connected but return false (49fe431)
Features
- android: native-api-usage (41911d0)
- alternative to
discoverAll
: serviceUUIDs
. Will discover only those services and no chars(faster) (c39dd3b)
v3.0.31
3.0.31 (2021-12-01)
Bug Fixes
- android: correctly update device state on disconnect (8c67892)
v3.0.30
3.0.30 (2021-11-30)
Bug Fixes
- android: isConnected wrong state after disconnection (a038f1b)
- android: Notification streams are now properly disabled when stop requested. (b4afb5a)
- ios: Ensure the Central Manager is created prior to waiting for the bluetooth_status_event. (999616f)
Features
- android: corrects Promise handling and introduces the ability to disable the plugin queue. (1028c15)
- ios: explicitly allow restoreIdentifer = null to disable restoring. (9beb319)
v3.0.29
3.0.29 (2021-07-09)
Bug Fixes
- android: default transport revert to TRANSPORT_LE (0087a8d)
v3.0.28
3.0.28 (2021-07-09)
Bug Fixes
- android: connect transport set to TRANSPORT_AUTO. Allow to pass custom one (2285aa1)
v3.0.27
3.0.27 (2021-07-09)
Bug Fixes
- android: refreshDeviceCache fix (7ece4ff)