Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
- version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed Sep 17, 2016
1 parent 2e1743c commit 3607ad2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Version 1.4.1

* Fixed event listener leak when discover all called multiple times ([@danielbh](https://github.com/danielbh))
* Use noble ```^1.7.0```

## Version 1.4

* Add battery level notification support ([@Lahorde ](https://github.com/Lahorde ))
* Add battery level notification support ([@Lahorde](https://github.com/Lahorde))
* Add ```subscribeCharacteristic``` and ```unsubscribeCharacteristic```
* Add ```readInt8Characteristic```, ```writeInt8Characteristic```, ```readInt16LECharacteristic```, ```writeInt16LECharacteristic```, ```readInt32LECharacteristic```, and ```writeInt32LECharacteristic```
* Add ```hasService``` and ```hasCharacteristic```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noble-device",
"version": "1.4.0",
"version": "1.4.1",
"description": "A Node.js lib to abstract BLE (Bluetooth Low Energy) peripherals, uses noble",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3607ad2

Please sign in to comment.