All Versions
45
Latest Version
Avg Release Cycle
61 days
Latest Release
692 days ago

Changelog History
Page 1

  • v6.3.0 Changes

    October 24, 2022
    • 👷 Implement option workerThreadOpts to pass options to a worker of type thread, a worker_thread (#357, fixes #356). Thanks @galElmalah.
  • v6.2.1 Changes

    April 11, 2022
    • 🛠 Fix #343: .terminate() sometimes throwing an exception.
  • v6.2.0 Changes

    January 15, 2022
    • 👷 Implement callbacks onCreateWorker and onTerminateWorker. Thanks @forty.
    • 🛠 Fix #326: robustness fix when terminating a workerpool.
  • v6.1.5 Changes

    June 17, 2021
    • 🛠 Fix v6.1.4 not being marked as latest anymore on npm due to bug fix release v2.3.4.
  • v6.1.4 Changes

    April 05, 2021
    • 🛠 Fix terminating a pool throwing an error when used in the browser. Regression introduced in v6.1.3.
  • v6.1.3 Changes

    April 01, 2021
    • 🛠 Fix #147: disregard messages from terminated workers. Thanks @hhprogram and @Madgvox.
  • v6.1.2 Changes

    March 09, 2021
    • 🛠 Fix #253, add ./src again in the published npm package, reverting the change in v6.1.1 (see also #243).
  • v6.1.1 Changes

    March 08, 2021
    • ✂ Remove redundant ./src folder from the published npm package, see #243. Thanks @Nytelife26.
  • v6.1.0 Changes

    January 31, 2021
    • 👷 Implemented support for sending events from the worker to the main thread, see #51, #227. Thanks @Akryum.
    • 🛠 Fix an issue in Node.js nightly, see #230. Thanks @aduh95.
    • 🛠 Fix #232 workerpool not working on IE 10.
  • v6.0.4 Changes

    January 16, 2021
    • 👉 Make evaluation of offloaded functions a bit more secure by using new Function instead of eval. Thanks @tjenkinson.