Skip to content

Releases: firmata/firmata.js

v0.16.0

30 Mar 15:14
Compare
Choose a tag to compare
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

30 Mar 15:25
Compare
Choose a tag to compare
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

30 Mar 15:26
Compare
Choose a tag to compare
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

30 Mar 15:26
Compare
Choose a tag to compare
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.14.0

30 Mar 15:26
Compare
Choose a tag to compare
Commit Message/Description
d3a064e 0.14.0
e574581 source nits: line breaks after jsdoc blocks
0aa423c test nits: trivial formatting stuff
0dcbace serialport@4.0.0-rc1 -> serialport@4.0.0
6155cc8 Upgrades: serialport@4.0.0

v0.13.0

30 Mar 15:27
Compare
Choose a tag to compare
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.12.0

30 Mar 15:27
Compare
Choose a tag to compare
Commit Message/Description
2a9cc3e 0.12.0
3f271c1 serialport@3.1.1
8643983 Remove unused fixture

v0.11.3

30 Mar 15:28
Compare
Choose a tag to compare
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

30 Mar 15:28
Compare
Choose a tag to compare
Commit Message/Description
5069049 0.11.2
03b3325 Additions to .npmignore

v0.11.0

30 Mar 15:29
Compare
Choose a tag to compare
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})