Releases: firmata/firmata.js
Releases · firmata/firmata.js
v0.16.0
Commit |
Message/Description |
2ecb455 |
0.16.0 |
78ae9e7 |
Introduces writeToTransport as a wrapper for tracking writes and completions. Fixes #154 |
68deced |
lib/onewireutils.js: 100% coverage |
e50f762 |
lib/firmata.js: 100% coverage |
bdc1121 |
Add nyc_output to npmignore |
v0.15.0
Commit |
Message/Description |
4a5c5b8 |
0.15.0 |
6c1ec84 |
Updates per review |
bb46a89 |
Expose bit resolution of ADC, PWM (and others as available) |
5710163 |
Tests: updates and improvements for test coverage |
5b8af2b |
Dev: adds nyc for test coverage; will post to coveralls after travis completes |
841ff05 |
CI: update both travis and appveyor |
v0.14.2
Commit |
Message/Description |
1f2150a |
0.14.2 |
934200e |
Adds log of require() error |
581d095 |
final bits |
2104dc1 |
proposed changes to serial config and usage docs |
8b8d064 |
Update documentation |
v0.14.1
Commit |
Message/Description |
85c4dda |
0.14.1 |
22308a6 |
Deps: updates grunt, grunt-cli, grunt-contrib-jshint, grunt-jsbeautifier, grunt-jscs |
6b2ebc7 |
Deps: stop falling behind with es6-shim |
v0.13.0
Commit |
Message/Description |
11cbea6 |
0.13.0 |
bd09484 |
Pin Mode: PULLUP; adds tests. |
e0b0fef |
PULLUP support |
c0b425b |
PULLUP support |
6059563 |
test pin state for 1024 again |
93a00c9 |
test to ignore invalid query firmware data |
2a1aeb5 |
fix invalid buffer in query firmware |
19fdecf |
fixed bug for corrupted data |
v0.11.3
Commit |
Message/Description |
9051d4d |
0.11.3 |
5626cc0 |
"npm run attempt-timeout" script |
d83f22a |
Transport: bufferSize 1 -> 256 |
d3d7c4c |
Remove unnecessary parens |
d9bc0ab |
Gruntfile: make test file shortcut task |
15f2b82 |
Data Handling: restore REPORT_VERSION message handling |
v0.11.2
Commit |
Message/Description |
5069049 |
0.11.2 |
03b3325 |
Additions to .npmignore |
v0.11.0
Commit |
Message/Description |
c5127b8 |
0.11.0 |
99b5ddd |
Longer timeout for browserify and webpack tests |
2462848 |
Consolidate mock/stub with transports into single com. |
4486525 |
Tests: overhaul to eliminate require(mock...) from source. Adds browserify and webpack tests |
363d494 |
I2C: introduces i2cStop(address), i2cStop({address}) |