Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

41 lines (25 loc) · 1.51 KB

threads.js - Changelog

0.8.1

  • Bug fix: Some outdated transpiled files were published as v0.8.0

0.8.0

0.7.3

  • Trigger worker error event on unhandled promise rejection in worker #49
  • Merged lost commits stuck in the develop branch #51

0.7.2

  • Fixes another memory leak. Credit goes to https://github.com/ChiperSoft
  • Depedencies have been updated. threads.js will cannot be built and tested anymore on node 0.12. Node >= 4.0 is from now on required. The lib will still work on Node 0.12, though.
  • The lib/ directory and the transpiled unit test files are now gitignored. lib/ will of course still be published to npm.

0.7.1

0.7.0

  • Fixes a critical issue that prevented thread pools from running all jobs.
  • Also brings some major performance improvements for browser (web worker) - based setups.

0.6.1

0.6.0