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

Changelog History
Page 3

  • v3.1.2 Changes

    March 12, 2019
    • ๐Ÿ‘Œ Improved error message when a node.js worker unexpectedly exits (see #58). Thanks @stefanpenner.

    • ๐Ÿ‘ท Allocate debug ports safely, this fixes an issue cause workers to exit unexpectedly if more then one worker pool is active, and the process is started with a debugger (node debug or node --inspect). Thanks @stefanpenner.

  • v3.1.1 Changes

    February 25, 2019
    • ๐Ÿ›  Fix option nodeWorker: 'auto' not using worker threads when available. Thanks @stefanpenner.
  • v3.1.0 Changes

    February 17, 2019
    • ๐Ÿ‘ท Implemented support for using worker_threads in Node.js, via the new option nodeWorker: 'thread'. Thanks @stefanpenner.
  • v3.0.0 Changes

    December 11, 2018
    • Enable usage in ES6 Webpack projects.
    • โฌ‡๏ธ Dropped support for AMD module system.
  • v2.3.4 Changes

    June 17, 2021
    • ๐Ÿ‘€ Backport fix for Node.js 16, see #309. Thanks @mansona.
  • v2.3.3 Changes

    September 12, 2018
    • ๐Ÿ›  Fixed space in license field in package.json. Thanks @sagotsky.
  • v2.3.2 Changes

    September 08, 2018
    • โž• Add licence field to package.json. Thanks @greyd.
  • v2.3.1 Changes

    July 24, 2018
    • ๐Ÿ›  Fixed bug where tasks that are cancelled in a Pool's queue causes following tasks to not run. Thanks @greemo.
  • v2.3.0 Changes

    September 30, 2017
    • ๐Ÿ†• New method Pool.terminate(force, timeout) which will replace Pool.clear(force). Thanks @jimsugg.
    • ๐Ÿ›  Fixed issue with never terminating zombie child processes. Thanks @jimsugg.
  • v2.2.4 Changes

    August 20, 2017
    • ๐Ÿ›  Fixed a debug issue: look for --inspect within argument strings, instead of exact match. Thanks @jimsugg.