workerpool v4.0.0 Release Notes

Release Date: 2019-08-21 // over 4 years ago
    • Pass argument --max-old-space-size to child processes. Thanks @patte.
    • โœ‚ Removed redundant dependencies, upgraded all devDependencies.
    • ๐Ÿ‘ท Fixed Webpack issues of missing modules child_process and worker_threads. See #43.
    • โฌ†๏ธ Bundled library changed due to the upgrade to Webpack 4. This could possibly lead to breaking changes.
    • Implemented new option maxQueueSize. Thanks @colomboe.
    • ๐Ÿ›  Fixed exiting workers when the parent process is killed. Thanks @RogerKang.
    • ๐Ÿ›  Fixed #81: Option minWorkers: 'max' not using the configured maxWorkers.
    • ๐Ÿ›  Fixed not passing nodeWorker to workers initialized when creating a pool. Thanks @spacelan.
    • ๐Ÿšš Internal restructure of the code: moved from lib to src.