- 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