Releases: developit/workerize-loader
Releases · developit/workerize-loader
2.0.0
What's Changed
- Add support for Webpack 5 (thanks @kenrick95 & @naoak - #114 #124)
- Fix Blob URL memory leak fix by @naoak in #124
Docs Updates
- Document missing options by @nulladdict in #110
- Update "using workerize-loader within Jest" guide by @dpraimeyuu in #107
New Contributors
- @nulladdict made their first contribution in #110
- @dpraimeyuu made their first contribution in #107
- @kenrick95 made their first contribution in #114
- @naoak made their first contribution in #124
Full Changelog: 1.3.0...2.0.0
1.3.0
1.2.1
1.2.0
- Fixes an issue where hot reloads would remove methods from the Worker (#61, thanks @danieldunderfelt!)
- Enables WASM support within Workers (#68, thanks @wellcaffeinated!)
1.1.0
1.0.4
1.0.3
1.0.2
- Add support for Webpack 4! (thanks @princemaple)