Skip to content

Releases: andywer/threads-plugin

v1.4.0

30 Dec 18:27
1a6cbc8
Compare
Choose a tag to compare

Minor release bringing support for webpack 5. It is also backwards-compatible with webpack 4.

Features

  • Webpack 5 support (#27, contributed by @bbudd)

v1.3.3

20 Aug 08:16
8a00f7e
Compare
Choose a tag to compare

Bug fixes

  • Don't require target to be set in plugin options (#24)

v1.3.2

20 Aug 08:14
8a00f7e
Compare
Choose a tag to compare

Bug fixes

  • Support any *node*-ish webpack target (#21)

v1.3.1

14 Mar 10:31
30789fd
Compare
Choose a tag to compare

Small patch release shipping just a single fix that's quite important for many Electron use cases.

Thanks for the fix, @kalbert312!

Bug fixes

  • Fix Electron web worker node integration (#16)

v1.3.0

14 Mar 10:30
5e0c012
Compare
Choose a tag to compare

A new minor release. Ships some bug fixes and updates the threads-plugin to the latest improvements made to worker-plugin.

Bug fixes

  • Change globalObject setting default to fix usage with electron (#12)
  • Change afterCompile to afterEmit hook to prevent warnings (#14)
  • Fixes "no workers instantiated" warning

Chores

  • Merged latest worker-plugin updates

v1.2.0

08 Sep 09:10
c433b8c
Compare
Choose a tag to compare

Small minor release. The plugin will now ignore worker instantiations from absolute URLs.

v1.1.0

05 Sep 17:19
119cd4e
Compare
Choose a tag to compare

Merged the latest GoogleChromeLabs/worker-plugin master branch into threads-plugin.

Most noticeably GoogleChromeLabs#35 has been ported, fixing #6.

v1.0.0

05 Sep 17:19
63b8ec1
Compare
Choose a tag to compare

Initial release.