Skip to content
This repository was archived by the owner on Sep 13, 2025. It is now read-only.

Releases: clebert/node-bluez

v1.0.0

25 Mar 13:40

Choose a tag to compare

v0.6.0

05 May 22:24

Choose a tag to compare

  • Add Adapter.use method

v0.5.1

03 May 13:17

Choose a tag to compare

  • Fix the incorrect detection of disconnections

v0.5.0

03 May 10:14

Choose a tag to compare

  • Remove timeout utility function

v0.4.0

03 May 09:47

Choose a tag to compare

  • The concurrent use of an adapter can be regulated by a locking mechanism

v0.3.0

29 Apr 20:13

Choose a tag to compare

  • Add GattCharacteristic.readValue method

v0.2.1

29 Apr 15:29

Choose a tag to compare

  • Remove console logs

v0.2.0

27 Apr 10:58

Choose a tag to compare

  • Rename Adapter.getDiscovering to Adapter.isDiscovering and Adapter.getPowered to Adapter.isPowered
  • Rename Device.getConnected to Device.isConnected
  • Add Adapter.removeDevice method
  • Declare @clebert/node-d-bus as peer dependency
  • Allow the configuration of poll intervals

v0.1.0

25 Apr 20:28

Choose a tag to compare

  • Initial release