Skip to content

Releases: okikio/transferables

v1.0.3

16 Feb 05:06
Compare
Choose a tag to compare

1.0.3 (2023-02-16)

Performance Improvements

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

v1.0.2

27 Dec 00:45
Compare
Choose a tag to compare

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)

v1.0.1

25 Dec 06:29
Compare
Choose a tag to compare

1.0.1 (2022-12-25)

Performance Improvements

  • use consts for testing browser support (e8f783a)

v1.0.0

20 Dec 04:33
Compare
Choose a tag to compare

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)