Skip to content

Releases: awlange/mathworkers

v1.2.1

20 Jan 01:38
Compare
Choose a tag to compare
  • Added boilerplate code to help users get started

Project structure rework

18 Jan 18:12
Compare
Choose a tag to compare
  • Used Yeoman generator "lib" to create a much better JavaScript project structure, including Grunt, Bower, QUnit, JSHint, etc.
  • Cleaned up a number of little things JSLint did not like

v1.1.0

12 Jan 02:56
Compare
Choose a tag to compare

Node.js integration.

  • Use the "cluster" library to spawn additional node.js processes, much like with HTML5 Web Workers.
  • Lots of updates to handle HTML5 or node.js communication, but API for usage remains effectively identical to before for HTML5.
  • Added unit tests for node.js

v1.0.0

31 Dec 03:43
Compare
Choose a tag to compare

First viable and stable release.

  • HTML5 Web Workers parallelization functioning.
  • Vector and Matrix basic operations implemented.