i2c-bus v4.0.2 Release Notes

Release Date: 2018-09-30 // over 5 years ago
    • 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()