Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed May 11, 2019
1 parent 18c78b5 commit c54f383
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# v3 -> v4

- Added support for NodeJS 11+ workers
- `Comlink.proxy()` is now called `Comlink.wrap()`
- `Comlink.proxyValue()` is now called `Comlink.proxy()`
- Transferable values are _not_ transferred by default anymore. They need to be wrapped with `Comlink.transfer()`
- Rewrote TypeScript types
- New folder structure in the GitHub repo and in the npm module

0 comments on commit c54f383

Please sign in to comment.