Skip to content

v4.0.0

Compare
Choose a tag to compare
@dumbmatter dumbmatter released this 06 Nov 15:13
· 30 commits to master since this release

Split the old PromiseWorker class into two separate classes PWBHost and PWBWorker, so they can be included separately in main and worker bundles, leading to smaller bundle sizes if you use tree shaking and dead code elimination. Savings seems to just be a couple kb of minified JS per bundle, but every byte counts!