- fix compile error occuring with gcc 10 (fixes #21)
- drop support for node.js 8 and 13, add support for node.js 15 and 16
- update dependencies
- fix chipSelectHigh documentation and tests (fixes #16 and #18)
- update dependencies (nan v2.14.1, jshint v2.11.0, @types/node v13.13.2)
- drop support for node.js 6, add support for node.js 14
- fix TypeScript type definition of SpiMessage
- drop support for node.js v4
- add type definitions for TypeScript (thank you @huming2207)
- suppress cast-function-type warnings
- remove node 11 from build
- update dependencies
- update npm keywords
- update dependencies (nan v2.13.1, bindings v1.5.0)
- document node 12 support
- lint with jshint
- only compile c++ code on linux
- fix deprecation warnings on node.js v12 nightly
- update dependencies (nan v2.12.1, bindings 1.3.1)
- fix deprecation warnings on node.js v10.12 (see nodejs/nan#811)
- update dependencies (nan v2.11.1)
- adapt to V8 7.0: replace v8Value->Uint32Value() with Nan::To<uint32_t>(v8Value).FromJust()
- adapt to V8 7.0: replace v8Value->BooleanValue() with Nan::To(v8Value).FromJust()
- code style
- code style
- update dependencies (nan v2.10.0)
- update dependencies (nan v2.9.2)
- drop support for node.js v0.10, v0.12, v5 and v7
- don't suppress deprecated-declaration warnings
- update dependencies (nan v2.8.0)
- fix typos in history
- suppress deprecated-declaration warnings
- document node 9 support
- update dependencies (bindings v1.3.0, nan v2.7.0)
- document default values for microSecondDelay and chipSelectChange
- document supported node versions
- documentation
- use maybe instances to fix compiler warnings
- upgrade to nan v2.5.0
- upgraded to nan v2.4.0
- documentation
- set default configuration options when open is called
- pi-mcp3008-tmp36 Fritzing
- mask out unused bits in raw value from mcp3008
- transfer option speed renamed to speedHz
- critical section for option modification
- tests improved
- check to see if requested transfer takes place
- documentation
- device configuration options
- transfer options
- initial release