Skip to content

Releases: openbci-archive/OpenBCI_JavaScript_Utilities

v1.0.0

11 Feb 17:03
Compare
Choose a tag to compare

v1.0.0

Breaking Changes

  • Name of package is now @openbci/cyton

v0.3.6

19 Jun 12:43
0b7e199
Compare
Choose a tag to compare

v0.3.6

Bug Fixes

  • Fix bug where parseGanglion could result in a concat of non-buffer types

v0.3.5

19 Mar 10:24
ec75e84
Compare
Choose a tag to compare

v0.3.5

Bug Fixes

  • Fix bug where getFirmware failed for patch or minor versions over 9 (aka double digits)

v0.3.4

13 Mar 13:36
12f7859
Compare
Choose a tag to compare

v0.3.4

Bug Fixes

  • Protect and ensure buffer returned for raw data packets

v0.3.3

08 Mar 16:59
88b0bca
Compare
Choose a tag to compare

v0.3.3

Enhancements

  • Add raw of version to getFirmware
  • Bump mathjs to 4.0.0 to resolve insecurity

v0.3.1

15 Nov 02:33
421dc16
Compare
Choose a tag to compare

v0.3.1

Enhancements

  • Removed lodash from dependencies to reduce bundle size (thanks @alexcastillo!!)

v0.3.0

05 Nov 21:24
db09826
Compare
Choose a tag to compare

v0.3.0

You can now use this module in the browser!! Huge should out to @alexcastillo for help with making with refactoring the project!

Breaking Changes

  • Removed simulator file back into cyton repo
  • Removed safe-buffer in place of buffer
  • Removed support for node version 5 and below
  • Utilities changed to to utilities
  • Constants is now constants
  • Inidividual functions can now be importated from the utilities module.

v0.3.0-beta1

02 Nov 22:24
ffab4f4
Compare
Choose a tag to compare
v0.3.0-beta1 Pre-release
Pre-release

v0.3.0

Breaking Changes

  • Removed simulator file back into cyton repo
  • Removed safe-buffer in place of buffer
  • Removed support for node version 5 and below

v0.2.7

16 Oct 17:08
Compare
Choose a tag to compare

v0.2.7

Bug Fixes

  • No stopByte property for daisy samples. Added tests.

v0.2.6

16 Oct 16:49
Compare
Choose a tag to compare

v0.2.6

Bug Fixes

  • Accel data with counts did not work for cyton with daisy over wifi.