Releases: urish/muse-js
Releases · urish/muse-js
3.3.0
3.2.0
3.1.0
3.0.1
RxJS 6 Support
BREAKING CHANGE: RxJS 5.5.x is no longer supported. Use 6.x (or 5.6.0-forward-compat.4
if you still need to use 5.x API)
2.0.0
1.0.0
This release is mostly about internal changes, but see note about a potentially breaking change below.
- refactor: migrate to rxjs lettable operators
- style: add tslint
- test: test deviceInfo(), disconnect()
- refactor: use web-bluetooth-mock from npm
- chore: add .editorconfig
BREAKING CHANGE: This release requires RxJS >= 5.5.0, and the library has been migrated to use RxJS Lettable Operators.
0.7.0
- feat: add estimated timestamp for each incoming EEG event
- fix: zip-samples to correctly calculate timestamp
BREAKING CHANGE: the timestamp
field of EEGReading
now contains an estimated timestamp of when the reading was taken instead of just the event index. The event index has moved to the index
field.
0.6.0
- feat: add
enableAux
property - feat: add
deviceInfo()
method
breaking change: the Auxiliary electrode is now disabled by default. Consult the documentation for more info.