Skip to content

Commit

Permalink
More detail
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Nov 6, 2019
1 parent 90ca6fe commit 8e9e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v4.0.0, 2019-11-06

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. Savings seems to just be a couple kb per bundle, but every byte counts!
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!

# v3.0.2, 2018-07-06

Expand Down

0 comments on commit 8e9e6bf

Please sign in to comment.