Releases: developit/web-worker
Releases · developit/web-worker
1.5.0
What's Changed
- Add support for
importScripts()
by @metcoder95 in #9 - define
WorkerGlobalScope
global by @mmomtchev in #34 - Fix data URL decoding by @pankdm in #23
New Contributors
- @metcoder95 made their first contribution in #9
- @pankdm made their first contribution in #23
Full Changelog: 1.4.1...1.5.0
1.4.1
What's Changed
- drop Node 12 and 14 from CI, as they're not supported by Rollup (boo) by @developit in #52
- fix data urls by @developit in #53
- account for slower worker startup by @developit in #54
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- fix: improve cjs esm compatibility by @martines3000 in #47
- FIX ReferenceError: Worker is not defined in shared worker by @pubkey in #45
- always use file:// urls because of Windows by @mmomtchev in #38
New Contributors
- @martines3000 made their first contribution in #47
- @pubkey made their first contribution in #45
- @mmomtchev made their first contribution in #38
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- fix: allow for nesting workers by @eshaz in #40
- Add Bun support by @Jarred-Sumner in #43
New Contributors
- @eshaz made their first contribution in #40
- @Jarred-Sumner made their first contribution in #43
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.0
What's Changed
- package.json field adjustments by @guybedford in #1
- Relative handling, import.meta.url encouragement by @guybedford in #5
- feat: type for module by @danielroe in #7
- Fix typings not included in npm package by @marvinhagemeister in #18
New Contributors
- @guybedford made their first contribution in #1
- @danielroe made their first contribution in #7
- @marvinhagemeister made their first contribution in #18
Full Changelog: https://github.com/developit/web-worker/commits/1.1.0