All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.4 (2024-09-18)
4.0.3 (2024-09-17)
- getLogger is now defined in child loader (158d52b)
- pass
mode
(#217) (57c66b8) - work with
importModule
(#218) (75b9b7a)
4.0.2 (2023-05-22)
4.0.1 (2023-04-19)
4.0.0 (2023-04-18)
- minimum supported
Node.js
version is16.10.0
- minimum supported
webpack
version is5
3.0.4 (2021-05-10)
- do not crash on
this.addBuildDependency
usage (#117) (1c7a8a2) this.addMissingDependency
works fine (#119) (5a0ea0c)
3.0.3 (2021-04-13)
3.0.2 (2021-04-12)
3.0.1 (2020-10-27)
3.0.0 (2020-09-12)
- minimum supported
Node.js
version is10.13
loadModule
andfs
are now available in a loader context (#88) (ea5c9ad)getResolve
is now available in a loader context (#99) (16bbc23)
2.1.3 (2019-08-08)
- correct default for workerParallelJobs option (#74) (79758d0)
- do not allow empty or invalid node args when spin up child process (#73) (b02d503)
2.1.2 (2019-01-25)
- lifecycle handling for signals
2.1.1 (2018-12-21)
2.1.0 (2018-12-21)
2.0.2 (2018-12-20)
2.0.1 (2018-12-19)
2.0.0 (2018-12-18)
- calculate number of workers correctly (#49) (fcbd813)
- check on
undefined
forworker.stdio
(#45) (c891a9c) - listen
end
events (#42) (0f87683)
- drop support for node < 6.9
1.2.0 (2018-07-27)
1.1.5 (2018-02-26)
- package: add
webpack >= 4
(peerDependencies
) (#22) (9345756) - WorkerError: handle undefined
error
stacks (#20) (6fb5daf)
1.1.4 (2018-02-21)
1.1.3 (2018-02-07)
1.1.2 (2017-10-09)
- readBuffer: handle 0-byte reads (c7ca960)
1.1.1 (2017-08-28)
- context: Pass context to loader (29ced70)
- deps: pass along result for dependencies (19832ec)
- example: fix for broken sass and add watch (47ba43e)
1.1.0 (2017-07-14)
- pool: add warmup method (a0ce440)
1.0.3 (2017-05-27)
- resolve: fix passing error to worker (6561f57)
1.0.2 (2017-05-27)
- resolve: fix incorrect method for sending message (bb92a28)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Bug fix -
- Feature -
- Chore -
- Docs -