Skip to content

Releases: rwaldron/tessel-io

v0.10.1

17 Apr 15:55
Compare
Choose a tag to compare
Commit Message/Description
ad59c4b 0.10.1
2f57d45 Drop unnecessary diff = timeout assignments
0f19895 Remove unused util; nit pick comment
86eb537 Add coverage command to travis
502df31 Tests: 100% coverage
5ff720a Add code coverage
d7e6a58 Add @LongLiveCHIEF to contributors

v0.10.0

02 Nov 14:12
Compare
Choose a tag to compare
Commit Message/Description
62cfb68 0.10.0
4ab5436 Remove erroneous syntax
c47b6cd More require cleanup
9c8f9fd load correct io module

v0.9.0

13 Oct 21:20
Compare
Choose a tag to compare
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

13 Oct 14:25
Compare
Choose a tag to compare
Commit Message/Description
6941093 0.8.0
3aec91e Throw when invalid pin used to analogread.

0.7.2

13 Oct 14:27
Compare
Choose a tag to compare
Commit Message/Description
a5f4d0a 0.7.2
140de0f Maintenance: clean-up .*ignore files

0.7.1

13 Oct 14:28
Compare
Choose a tag to compare
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

08 Aug 16:46
Compare
Choose a tag to compare
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

08 Aug 16:48
Compare
Choose a tag to compare
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

08 Aug 16:48
Compare
Choose a tag to compare
Commit Message/Description
7ea854f 0.6.2
33f2b69 Use interrupts if possible.

v0.6.1

08 Aug 16:48
Compare
Choose a tag to compare
Commit Message/Description
9b04080 0.6.1
35073d5 Fix setting pullup modes.