All Versions
49
Latest Version
Avg Release Cycle
56 days
Latest Release
1131 days ago

Changelog History
Page 4

  • v1.0.3 Changes

    April 27, 2016
    • nan v2.3.2, lodash 4.11.1
  • v1.0.2 Changes

    January 29, 2016
    • nan 2.2.0, async 1.5.2, lodash 4.1.0
  • v1.0.1 Changes

    December 05, 2015
    • prevent Nan::ErrnoException related segmentation faults in v0.10.29
  • v1.0.0 Changes

    October 10, 2015
    • prevent leaking of fds for busy devices #13
    • refactored error objects #12
    • nan 2.1.0
  • v0.12.0 Changes

    October 06, 2015
    • added scan and scanSync #11
    • nan 2.0.9
  • v0.11.3 Changes

    September 02, 2015
    • nan1 to nan2 migration for iojs v3
    • documented configuration on edison arduino base board
    • documented configuration on the pi
  • v0.11.2 Changes

    May 07, 2015
    • io.js v2.0.0+ compatibility #7
  • v0.11.1 Changes

    March 28, 2015
    • Simplify concurrent asynchronous access to multiple devices #4
    • nan 1.7.0
  • v0.11.0 Changes

    February 01, 2015
    • 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
  • v0.10.0 Changes

    January 24, 2015
    • added async example
    • strerror replaced with strerror_r
    • nan 1.5.3
    • added async access to multiple devices concurrently example