bluetooth-serial-port
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -13,3 +13,3 @@ Copyright (c) 2012-2013, Eelco Cramer | ||
[pipe.c](https://github.com/wowus/pipe) - MIT License | ||
[pipe.h](https://github.com/wowus/pipe) - MIT License | ||
* [pipe.c](https://github.com/wowus/pipe) - MIT License | ||
* [pipe.h](https://github.com/wowus/pipe) - MIT License |
{ "name" : "bluetooth-serial-port" | ||
, "version" : "1.0.1" | ||
, "version" : "1.0.2" | ||
, "description" : "Bluetooth serial port communication for Node.js" | ||
@@ -4,0 +4,0 @@ , "author": "Eelco Cramer <eelco@hailendal.org>" |
@@ -7,7 +7,17 @@ # Bluetooth serial port communication for Node.js | ||
### 1.0.2 | ||
* Updates the documentation. | ||
* Fixes an issue where memory is freed incorrectly after closing a connection on OS X. | ||
* Improves the timeout mechanism that is used for getting the Bluetooth service records on a remote device on OS X. | ||
### 1.0.1 | ||
* No code changes, only updates the documentation. | ||
### 1.0.0 | ||
* Makes the write function asynchrone. | ||
* Writes data from a [Buffer](http://nodejs.org/api/buffer.html) of from a string. | ||
* Reads data into a [Buffer](http://nodejs.org/api/buffer.html) instead to a string. | ||
* Takes a [Buffer](http://nodejs.org/api/buffer.html) as the input for the write function in favor of a String. | ||
* Reads data into a [Buffer](http://nodejs.org/api/buffer.html) object instead of using a String. | ||
* Improves error handling when calling the native addon. | ||
@@ -135,2 +145,2 @@ | ||
This module is available under a [FreeBSD license](http://opensource.org/licenses/BSD-2-Clause), see the [LICENSE file](https://raw.github.com/eelcocramer/node-bluetooth-serial-port/master/LICENSE) for details. | ||
This module is available under a [FreeBSD license](http://opensource.org/licenses/BSD-2-Clause), see the [LICENSE file](https://github.com/eelcocramer/node-bluetooth-serial-port/blob/master/LICENSE.md) for details. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
158134
145