Releases: rwaldron/tessel-io
Releases · rwaldron/tessel-io
v0.9.0
Commit |
Message/Description |
c4a1fbe |
0.9.0 |
cdbcf27 |
Migration to modern JS language features |
5961aea |
Tessel => Board |
bd60aa9 |
Enforced strict mode |
faac059 |
Rename test file |
44812c7 |
rename shims to clearly indicate shame ;) |
600f9e0 |
Add Tessel.network to mocks |
0.8.0
Commit |
Message/Description |
6941093 |
0.8.0 |
3aec91e |
Throw when invalid pin used to analogread. |
0.7.2
Commit |
Message/Description |
a5f4d0a |
0.7.2 |
140de0f |
Maintenance: clean-up .*ignore files |
0.7.1
Commit |
Message/Description |
238076a |
0.7.1 |
1d466bc |
Grunt: "changelog" task |
d574f90 |
Admin: renaming lib/tessel.js => lib/index.js, test/tessel.js => test/tessel-io.js |
0.7.0
Commit |
Message/Description |
f29548c |
0.7.0 |
4e830f8 |
npmignore: jscsrc |
88288a1 |
analogRead: no cork |
b41162d |
i2cRead: read bytes directly from buffer index |
b3f3830 |
reuse read command buffers |
8011ade |
reorder state properties |
c99cfc9 |
test: mark the digitalRead callback with boolean expando; ensure that event handler is not called with digitalRead change filter handler |
2d862be |
test: make tests for both non-interrupt and interrupt pin digitalRead handlers |
2528f4c |
state: add interrupt pin tracking to state object |
99ae2be |
test: add tests for initial state object |
3e4b1c9 |
Fix comment typo "mult-board" => "multi-board" |
v0.6.4
Commit |
Message/Description |
fe0f424 |
0.6.4 |
0cfa524 |
npmignore: ignore the test file, but ship the mock |
86d75c6 |
Pretend this never happened. |
7436da6 |
travis: add node.js 6 |
v0.6.2
Commit |
Message/Description |
7ea854f |
0.6.2 |
33f2b69 |
Use interrupts if possible. |
v0.6.1
Commit |
Message/Description |
9b04080 |
0.6.1 |
35073d5 |
Fix setting pullup modes. |