|
1 |
| -# 0.4.2 |
2 |
| - |
3 |
| -### New Features |
4 |
| -* Add callback function to constructor to catch noble errors. |
5 |
| - |
6 |
| -### Bug Fixes |
7 |
| -* Fix #19 |
8 |
| - |
9 |
| -# 0.4.1 |
10 |
| - |
11 |
| -### New Features |
12 |
| -* Dropped connection will fire disconnect |
13 |
| - |
14 |
| -### Bug Fixes |
15 |
| -* Improvements to disconnect |
16 |
| - |
17 |
| -# 0.4.0 |
18 |
| - |
19 |
| -### New Features |
20 |
| -* If dropped connection, module will now disconnect and clean up. |
21 |
| - |
22 |
| -### Breaking Changes |
23 |
| -* Dropped connection will fire disconnect |
24 |
| -* Auto reconnect functionality temporarily removed. |
25 |
| - |
26 |
| -# 0.3.8 |
27 |
| - |
28 |
| -### New Features |
29 |
| -* Can now subscribe to `scanStart` and `scanStop` to better control scanning. |
30 |
| - |
31 |
| -# 0.3.7 |
32 |
| - |
33 |
| -### Bug Fixes |
34 |
| -* Improvements to disconnect |
35 |
| - |
36 |
| -# 0.3.6 |
37 |
| - |
38 |
| -### Bug Fixes |
39 |
| -* Fixed bug where not disconnecting. |
40 |
| - |
41 |
| -# 0.3.5 - 0.3.4 - 0.3.3 |
42 |
| - |
43 |
| -### New Features |
44 |
| -* Get state of noble with `.isNobleReady()` |
45 |
| - |
46 |
| -### Bug Fixes |
47 |
| -* Fix bug where scan stop would not stop scan which led to many problems. |
48 |
| - |
49 |
| -# 0.3.2 |
50 |
| - |
51 |
| -### Bug Fixes |
52 |
| -* Fix bug where disconnect did not set private property `_connected` to false. |
53 |
| - |
54 |
| -# 0.3.1 |
55 |
| - |
56 |
| -### Bug Fixes |
57 |
| -* Fix bug with connect |
58 |
| - |
59 |
| -# 0.3.0 |
60 |
| - |
61 |
| -### New Features |
62 |
| -* Get accelerometer data from the ganglion! (Previous did not work while streaming) |
63 |
| - |
64 |
| -### Breaking Changes |
65 |
| -* Major change in how bytes are parse based on byte ID. |
66 |
| - |
67 |
| -### Enhancements |
68 |
| -* Refactor file names for clarity |
69 |
| -* Removed dependency `underscore` |
70 |
| - |
71 |
| -# 0.2.0 |
72 |
| - |
73 |
| -### Enhancements |
74 |
| -* Compress with 18bits vs 19bits |
75 |
| -* Reworked dropped packet detection and emit of packets. |
76 |
| - |
77 |
| -### Bug Fixes |
78 |
| -* Fix bug where ganglionServer example would hang on scan if no board found. |
79 |
| -* Fix bug where node process would not disconnect on windows. |
80 |
| -* Fix unhandled promise where server would call search start twice. |
81 |
| - |
82 |
| -# 0.1.1 |
83 |
| - |
84 |
| -### New Features |
85 |
| -* Add function for starting, `.accelStart()`, and stopping, `.accelStop()`, accelerometer. |
86 |
| - |
87 |
| -### Bug Fixes |
88 |
| -* Impedance was outputting on verbose instead of debug. |
89 |
| - |
90 |
| -# 0.1.0 |
| 1 | +# 0.0.1 |
91 | 2 |
|
92 | 3 | Initial release
|
0 commit comments