|
1 |
| -Version 2.0.7-beta5 |
2 |
| -------------- |
3 |
| - - Fix binary paths to confirm with modern standards |
4 |
| - - Confirm ns.js and electron compatibility |
5 |
| - - Make the outpout of `.list` consistent between platforms and docs |
6 |
| - - Define ambiguous flow control flags and document them |
7 |
| - - Add support for bluetooth devices in `.list` /dev/rfcommXX |
8 |
| - |
9 |
| -Version 2.0.7-beta4 |
10 |
| -------------- |
11 |
| - - Fix pre-gyp paths so bindings can be found |
12 |
| - |
13 |
| -Version 2.0.7-beta3 |
14 |
| -------------- |
15 |
| - - Fix support systems who provide 0 as a valid file descriptor |
16 |
| - - Integration tests on CI's that support it or for the folks at home with an arduino handy |
17 |
| - - Many documentation improvements |
18 |
| - - Listing serialports on unix/linux (non osx) now include more ports and have less bugs in the output |
19 |
| - - Fix race conditions when opening and closing ports that led to errors while reading and writing while closing or opening the port. |
20 |
| - - Fix a double open bug on OSX that would cause opening and closing ports repetitively to error. |
21 |
| - - Fix a 100% cpu and possible hang bug when ports were disconnected on windows. |
22 |
| - - Fix a memory leak on windows |
23 |
| - - Upgraded to nan-2.2.1 for memory leak fixes and node 6 support (still not supported) |
24 |
| - |
25 |
| -Version 2.0.7-beta2 |
26 |
| -------------- |
27 |
| -- Code cleanup due to moving to eslint internally |
28 |
| -- Bugfixes around JS handling of file descriptors |
29 |
| - |
30 |
| -Version 2.0.7-beta1 |
31 |
| -------------- |
32 |
| -- Remove deprecated BuildCommDCB for windows support |
33 |
| -- Cleanup callback handling |
| 1 | +Version 2.1.0 |
| 2 | +------------- |
| 3 | +- Major refactor, bug fixes and docs improvements thanks to @ecksun, @fivdi, @gfcittolin, @jacobrosenthal, @mhart, @nebrius, @pabigot, @paulkaplan, @reconbot, @rodovich, @rwaldron, @sayanee, @tigoe and everyone who reported and helped debug issues! |
| 4 | +- Fix binary paths to confirm with modern standards |
| 5 | +- Integration tests on CI's that support it or for the folks at home with an arduino handy |
| 6 | +- Upgrade to nan-2.2.1 for memory leak fixes and node 6 compatibility (still not supported) |
| 7 | +- Confirm nw.js and electron compatibility |
| 8 | +- Make the outpout of `.list` consistent between platforms and docs |
| 9 | +- Define ambiguous flow control flags and document them |
| 10 | +- Fix support systems who provide 0 as a valid file descriptor |
| 11 | +- Fix race conditions when opening and closing ports that led to errors while reading and writing while closing or opening the port. |
| 12 | +- [unix] Fix a double open bug on unix that would cause opening and closing ports repetitively to error. |
| 13 | +- [unix] Listing serialports on linux now include more ports (including bluetooth devices eg. `/dev/rfcommXX`) and have less bugs in the output |
| 14 | +- [windows] Remove deprecated BuildCommDCB for windows 10 support |
| 15 | +- [windows] Fix a memory leak on windows |
| 16 | +- [windows] Fix a 100% cpu and possible hang bug when ports were disconnected on windows. |
34 | 17 |
|
35 | 18 | Version 2.0.6
|
36 | 19 | -------------
|
|
0 commit comments