Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

50 lines (26 loc) · 2.48 KB

1.0.3 (2023-02-16)

Performance Improvements

  • optimize streams check (c5c0091)
  • use ArrayBuffer.isView(..) for isTypedArray(...) (d9ec09c)

1.0.2 (2022-12-27)

Bug Fixes

  • remove structuredClone not supported errors in Bun (7668b8e)

Performance Improvements

  • faster checks in hasTransferable (51d0d2a)
  • reduce array coping + switch to for loops (f518510)

1.0.1 (2022-12-25)

Performance Improvements

  • use consts for testing browser support (e8f783a)

1.0.0 (2022-12-20)

Bug Fixes

Features

  • add browser benchmarks via playwright (8649746)

Performance Improvements

  • benchmark messagechannel (48d1273)
  • improve perfs + test transfer support (a30fe86)
  • optimize hasTransferables, getTransferables, and getTransferable (af9be28)