Skip to content

Releases: webpack-contrib/thread-loader

v2.1.1

21 Dec 14:50
Compare
Choose a tag to compare

2.1.1 (2018-12-21)

Performance Improvements

v2.1.0

21 Dec 11:11
Compare
Choose a tag to compare

2.1.0 (2018-12-21)

Features

  • add poolRespawn flag to speed up incremental builds (#52) (76535bf)

v2.0.2

20 Dec 18:31
Compare
Choose a tag to compare

2.0.2 (2018-12-20)

Bug Fixes

v2.0.1

19 Dec 12:17
Compare
Choose a tag to compare

2.0.1 (2018-12-19)

Bug Fixes

  • memory leaks, worker and main process lifecycles (#51) (f10fe55)

v2.0.0

18 Dec 14:58
Compare
Choose a tag to compare

2.0.0 (2018-12-18)

Bug Fixes

BREAKING CHANGE

  • drop support for node < 6.9

v1.2.0

27 Jul 14:19
Compare
Choose a tag to compare

1.2.0 (2018-07-27)

Features

  • add target, minimize and resourceQuery into context (#25) (f3c7a2c)

v1.1.5

26 Feb 22:10
Compare
Choose a tag to compare

2018-02-26

Bug Fixes

  • package: add webpack >= 4 (peerDependencies) (#22) (9345756)
  • WorkerError: handle undefined error stacks (#20) (6fb5daf)

v1.1.4

21 Feb 20:49
Compare
Choose a tag to compare

2018-02-21

Bug Fixes

  • index: add webpack >= v4.0.0 support (#16) (5d33937)

v1.1.3

07 Feb 16:01
Compare
Choose a tag to compare

2018-02-07

Bug Fixes

  • WorkerPool: trace stacks to avoid duplicated err.messages from workers (#13) (80dda4f)

v1.1.2

09 Oct 04:30
Compare
Choose a tag to compare

2017-10-09

Bug Fixes

  • readBuffer: handle 0-byte reads (c7ca960)