bluetooth-serial-port
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ "name" : "bluetooth-serial-port" | ||
, "version" : "0.2.0" | ||
, "version" : "0.2.1" | ||
, "description" : "Bluetooth serial port communication for Node.js" | ||
@@ -4,0 +4,0 @@ , "author": "Eelco Cramer <eelco@hailendal.org>" |
@@ -5,4 +5,12 @@ # Bluetooth serial port communication for Node.js | ||
# 0.2.0 RELEASE NOTES | ||
## RELEASE NOTES | ||
### 0.2.1 | ||
* Fixes issue where calling `close` on a connection would result in an `Abort trap: 6` error on OS X. | ||
### 0.2.0 | ||
* Experimental support for OS X! | ||
@@ -12,8 +20,4 @@ * `findSerialPortChannel` does not invoke callback anymore when no channel was found. | ||
## Known issues on OS X | ||
## Limitations | ||
* Calling `close` on an open connection results in an `Abort trap: 6` error message. | ||
# Limitations | ||
* Available on Linux | ||
@@ -24,3 +28,3 @@ * Experimental support for OS X | ||
# Pre-requests on Linux | ||
## Pre-requests on Linux | ||
@@ -31,7 +35,7 @@ * Needs Bluetooth development packages to build | ||
# Pre-request on OS X | ||
## Pre-request on OS X | ||
* Needs XCode and XCode command line tools installed. | ||
# Install | ||
## Install | ||
@@ -38,0 +42,0 @@ `npm install bluetooth-serial-port` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134
118953