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

Changelog History
Page 2

  • v4.0.6 Changes

    November 18, 2018
    • fix macOS installation
  • v4.0.5 Changes

    October 14, 2018
  • v4.0.4 Changes

    October 13, 2018
    • always compile c++ code
  • v4.0.3 Changes

    October 13, 2018
  • v4.0.2 Changes

    September 30, 2018
    • update dependencies (nan v2.11.1, async v2.6.1, lodash v4.17.11)
    • adapt to V8 7.0: replace v8Value->Int32Value() with Nan::To(v8Value).FromJust()
    • adapt to V8 7.0: replace v8Value->Uint32Value() with Nan::To(v8Value).FromJust()
    • adapt to V8 7.0: replace v8Value->BooleanValue() with Nan::To(v8Value).FromJust()
  • v4.0.1 Changes

    July 28, 2018
    • code style
  • v4.0.0 Changes

    July 25, 2018
    • modernize codebase
    • drop initial windows support as i can't extend and maintain it
  • v3.2.0 Changes

    April 21, 2018
    • add deviceId and deviceIdSync methods
  • v3.1.0 Changes

    March 24, 2018
    • allow scan address range to be specified
    • update dependencies (nan v2.10.0)
  • v3.0.0 Changes

    February 25, 2018
    • update dependencies (nan v2.9.2)
    • fix deprecations
    • drop support for node.js v0.10, v0.12, v5 and v7