Skip to content

Releases: nativescript-community/ble

v3.1.1

15 Jan 13:32
Compare
Choose a tag to compare

3.1.1 (2022-01-15)

Bug Fixes

  • android: missing native-api-usage (d417bbb)

v3.1.0

15 Jan 13:31
Compare
Choose a tag to compare

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.34

15 Jan 11:11
Compare
Choose a tag to compare

3.0.34 (2022-01-15)

Bug Fixes

  • export BleTraceCategory (cb5c7d7)

v3.0.33

10 Dec 10:22
Compare
Choose a tag to compare

3.0.33 (2021-12-10)

Bug Fixes

v3.0.32

09 Dec 11:32
Compare
Choose a tag to compare

3.0.32 (2021-12-09)

Bug Fixes

v3.0.31

01 Dec 12:14
Compare
Choose a tag to compare

3.0.31 (2021-12-01)

Bug Fixes

  • android: correctly update device state on disconnect (8c67892)

v3.0.30

30 Nov 10:08
Compare
Choose a tag to compare

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

09 Jul 19:41
Compare
Choose a tag to compare

3.0.29 (2021-07-09)

Bug Fixes

  • android: default transport revert to TRANSPORT_LE (0087a8d)

v3.0.28

09 Jul 19:38
Compare
Choose a tag to compare

3.0.28 (2021-07-09)

Bug Fixes

  • android: connect transport set to TRANSPORT_AUTO. Allow to pass custom one (2285aa1)

v3.0.27

09 Jul 19:32
Compare
Choose a tag to compare

3.0.27 (2021-07-09)

Bug Fixes

  • android: refreshDeviceCache fix (7ece4ff)