Skip to content

C++ SDK v0.16.0 Update

Compare
Choose a tag to compare
@mbientlab mbientlab released this 26 Jul 23:39
· 63 commits to master since this release

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.