Skip to content

Version 1.0.0-beta.2

Latest
Compare
Choose a tag to compare
@michaelbromley michaelbromley released this 03 Feb 09:33
· 16 commits to master since this release

Download

For Windows users, download the .exe file. Max OS users should download the .dmg file.
You may get warnings from your browser & OS when downloading and/or running these files, since they are not signed with a trusted certificate. It is safe to run them, however.

Features

  • Breaking API change: the skqw object is no longer passed to lifecycle methods. Use require('skqw-core') instead. See docs for ore information about the new APIs
  • Only load scripts on demand, rather than keeping whole library in memory
  • Error messages in console when visualizations fail to load
  • Abort broken scripts after too many exceptions are thrown
  • Automatic updating of parameters when no callback exported
  • Bundle skqw-utils module, currently featuring an exponential smoothing implementation and crappy beat detector
  • Bundle a set of default visualizations with the app
  • Updated UI