Skip to content

Releases: stoprocent/bleno

v0.7.3

02 Nov 14:27
Compare
Choose a tag to compare

0.7.3 (2023-11-02)

Bug Fixes

  • deps: update node-gyp to remove ci build errors related to python 3.12 (d0dd34a)

v0.7.2

02 Nov 13:03
Compare
Choose a tag to compare

0.7.2 (2023-11-02)

Bug Fixes

  • hci: update bluetooth-hci-socket to 1.1.4 which fixes uart port issues (b68e174)

v0.7.1

27 Oct 19:11
Compare
Choose a tag to compare

0.7.1 (2023-10-27)

Bug Fixes

  • correct npm name in README (437c26e)
  • correct package version (23bfdf8)

v0.7.0

27 Oct 18:17
Compare
Choose a tag to compare

0.7.0 (2023-10-27)

Bug Fixes

  • added missing npm for coverage (a02986f)
  • all fixes required by lint (8089081)
  • brought back testing (cad8030)
  • make native mac binding compile without warnings and errors (7581903)
  • not passing options further down to bindings (af56d24)

Features

  • added support for set address when using hci (e1b16c6)
  • convert examples to ES6 classes (cf2840d)
  • loading bindings same as in noble to allow options (f6bd802)