Releases: mbientlab/MetaWear-SDK-JavaScript
Node 12 Support
CPP Update
- Updated C++ SDK to v0.20.6
MMS Release
Release for MMS support:
- Updated C++ SDK to v0.20.0
C++ SDK v0.19.1 Update
v0.4.0 updates the underlying C++ SDK from v0.17.0 to v0.19.1.
v0.4.0 supports node10.
C++ SDK v0.17.0 Update
v0.6.0 updates the underlying C++ SDK from v0.16.0 to v0.17.0.
C++ SDK v0.16.0 Update
v0.2.0 updates the underlying C++ SDK from v0.11.4 to to v0.16.0. These breaking changes in the C++ SDK are propagated to the JavaScript level so developers will need to update their code to use the new types and parameters.
Changes
C++ SDK v0.12.0 added an extra void*
parameter to functions / types containing function pointers (see specifics in the SDK release notes). JavaScript does not require use of the new context
parameter so it can be set to ref.NULL
, however, the function pointer type names and definitions have changed.
See the diff for example scripts to see the changes.