- allow scan and scanSync to continue scanning on all errors
- upgrade to lodash v4.16.3 and async v2.0.1
- examples SI1145-sync.js and two-devices-win.js added
- nan 2.4.0, lodash 4.13.1, async 2.0.0
- initial windows support
- nan v2.3.2, lodash 4.11.1
- nan 2.2.0, async 1.5.2, lodash 4.1.0
- prevent Nan::ErrnoException related segmentation faults in v0.10.29
- added scan and scanSync #11
- nan 2.0.9
- nan1 to nan2 migration for iojs v3
- documented configuration on edison arduino base board
- documented configuration on the pi
- io.js v2.0.0+ compatibility #7
- Simplify concurrent asynchronous access to multiple devices #4
- nan 1.7.0
- added writeBlock and writeBlockSync - UNTESTED and undocumented due to lack of supporting hardware
- added readBlock and readBlockSync - UNTESTED and undocumented due to lack of supporting hardware
- added async example
- strerror replaced with strerror_r
- nan 1.5.3
- added async access to multiple devices concurrently example
- callback for writeI2cBlock now gets 3 arguments (err, bytesWritten, buffer)
- added writeQuick and writeQuickSync
- added example i2cquickscan to scan a bus for devices like 'i2cdetect -y -q 1'
- fixed i2cscan example on the pi
- added a plain i2c performance test
- added i2cFuncs and i2cFuncsSync
- added an example that does the same as command 'i2cdetect -F 1'
- renamed readBytes to readI2cBlock
- renamed readBytesSync to readI2cBlockSync
- renamed writeBytes to writeI2cBlock
- renamed writeBytesSync to writeI2cBlockSync
- added an example that scans a bus for devices like 'i2cdetect -y -r 1'
- faster compile
- added plain i2cRead, i2cReadSync, i2cWrite, and i2cWriteSync methods
- use __u8, __u16, and __s32 where appropriate
- added brute force memory leak tests
- added performance tests
- added an example using two devices on the same bus
- renamed all public api methods
- added block operations
- check for valid arguments in addon methods
- added sync and async tests
- improved example
- corrected initial release date
- use callbacks rather than events for asychronous open method
- documentation
- return this in synchronous write methods
- added close and closeSync methods
- added example
- initial release