Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 364 Bytes

CHANGELOG.md

File metadata and controls

8 lines (7 loc) · 364 Bytes

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