Skip to content

Releases: urish/muse-js

3.3.0

20 Dec 20:36
4e86457
Compare
Choose a tag to compare
  • add PPG support - see README for how to enable and subscribe to PPG
  • update dependencies
  • test system functionality on all Muses - 1, 2, and S

3.2.0

24 Oct 17:00
c6d9d49
Compare
Choose a tag to compare

3.1.0...v3.2.0

3.1.0

10 Aug 22:15
ca37944
Compare
Choose a tag to compare

3.0.1

25 Apr 11:07
f905fcc
Compare
Choose a tag to compare
  • Fix rxjs dependency to include version 6.x

RxJS 6 Support

25 Apr 10:21
25ab7e0
Compare
Choose a tag to compare

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

21 Dec 23:14
Compare
Choose a tag to compare
  • fix #4: use muse preset 21 when Aux is not enabled (1178841)
  • fix: scale accelerometer/gyro data (66a8eba)

BREAKING CHANGE: accelerometer and gyro readings are now scaled to g-units and degrees/second, respectively.

1.0.0

21 Nov 15:37
Compare
Choose a tag to compare

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

27 Oct 15:37
Compare
Choose a tag to compare
  • 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

20 Jun 20:46
Compare
Choose a tag to compare
  • feat: add enableAux property
  • feat: add deviceInfo() method

breaking change: the Auxiliary electrode is now disabled by default. Consult the documentation for more info.

0.5.0

20 Jun 13:09
Compare
Choose a tag to compare
  • feat: export channel names
  • feat: expose device name
  • feat: align zipSamples() with cloudbrain format