v2.0.0
2.0.0
New Features
index.jsfile allows for ES6 destructing
Breaking Changes
- Change name of
OpenBCIBoardtoCytonto follow new naming convention.
Simply change:const OpenBCIBoard = require('openbci').OpenBCIBoard; const ourBoard = new OpenBCIBoard();const Cyton = require('openbci').Cyton; const ourBoard = new Cyton(); - Major change to how board is initialized with removal of
factoryparadigm. - New dependency called
openbci-utilities. - Rejections are errors with messages, so check err.message for info on message, don't expect string.
Bug Fixes
- Documentation error with
testSignalfunction.
Enhancements
- Add more tests for public API functions.