From 507610700780881c21a002385d279a9c8ee830e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Vadal=C3=A0?= Date: Sat, 12 Nov 2022 18:32:27 +0100 Subject: [PATCH] updates doc --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e0de116..8f73f7d 100644 --- a/README.md +++ b/README.md @@ -118,12 +118,15 @@ It leverages on Bluez driver, a component supported by the following platforms a - **1.6** - Upgrades deps and removes some dependencies; migrates to npm; improves gh-actions - **1.7** - Fixes compatibility issue [#30](https://github.com/chrvadala/node-ble/issues/30); Adds JSdoc; Deprecates NodeJS 10 and 12; Upgrades deps; - **1.8** - Upgrades deps and gh-actions os; Adds `Bluetooth.activeAdapters()` func [#45](https://github.com/chrvadala/node-ble/pull/45); +- **1.9** - Upgrades deps; Adds `writeValueWithoutResponse()` and `writeValueWithResponse` methods [#47](https://github.com/chrvadala/node-ble/pull/47); Improves typescript definition [#48](https://github.com/chrvadala/node-ble/pull/48) # Contributors - [chrvadala](https://github.com/chrvadala) (author) - [pascalopitz](https://github.com/pascalopitz) - [lupol](https://github.com/lupol) - [altaircunhajr](https://github.com/altaircunhajr) +- [derwehr](https://github.com/derwehr) +- [mxc42](https://github.com/mxc42) # References - https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/adapter-api.txt