- drop support for node.js 8 and 13, add support for node.js 15 and 16
- update dependencies
- update dependencies (onoff v6.0.0, async v3.2.0, jshint v2.11.0)
- drop support for node.js 6, add support for node.js 14
- update dependencies (onoff v5.0.0)
- drop support for node.js v4
- add node 12 to build
- remove node 11 from build
- update dependencies (onoff v4.1.4, async v3.1.0)
- update dependencies (onoff v4.1.1, async v2.6.2)
- document node 12 support
- lint with jshint
- add badges
- add travis build
- cleanup
- remove old test
- update dependencies (onoff v3.2.2)
- update dependencies (onoff v3.0.2)
- restore support for node 4
- take microsecond execution times into account
- use native promises
- implement Lcd as class
- document node 9 support
- update dependencies (onoff v2.0.0, async v2.6.0)
- drop support for node.js v0.10, v0.12, v5 and v7
- node v0.10 or higher required
- update dependencies (onoff v1.1.8, q v1.5.0)
- document supported node versions
- updated wiring for beaglebone examples
- updated dependency: onoff 1.0.4 -> 1.1.1
- queue async operations and execute them sequentially
- Improved documentation and examples
- Updated dependencies
- Got rid of the magic numbers and replaced them with a command map (by nodebotanist)
- Added test harness and tests (by nodebotanist)
- Async methods now support callbacks
- Updated dependency: onoff 0.3.2 -> 1.0.0 (GPIO access without superuser privileges on Raspbian)
- Updated dependency: q 1.0.1 -> 1.1.2
- Delay 1ms more than required #8
- Fallback to nextTick if setImmediate not available #7
- Fallback to setTimeout if setImmediate not available #7
- Documented BeagleBone Ångström prerequisites #8
- Updated dependency: onoff 0.3.1 -> 0.3.2
- v0.11.x process.nextTick compatibility #5
- Example print-twice-20x4.js added
- Updated dependency: onoff 0.3.0 -> 0.3.1
- Updated dependency: q 0.9.7 -> 1.0.1
- Updated dependencies: onoff 0.2.3 -> 0.3.0
- Use || rather than | where appropriate
- Example "Hello, World!" on an 8x1 display
- Lcd constructor is now new-agnostic
- API documentation
- Improved documentation
- Improved performance-check-20x4
- Initial release