Skip to content

Releases: hugojosefson/deno-websocket-broadcastchannel

0.8.0

17 Sep 20:07
b86e452
Compare
Choose a tag to compare

Version 0.8.0

Features

  • show support for async close() 6b70339

Documentation

  • link and clarify re: using 7f0559e

0.7.0

13 Jul 20:09
987dd61
Compare
Choose a tag to compare

Version 0.7.0

Features

Bug Fixes

  • example delay 10s instead of 0s 30834da

Documentation

0.6.0

13 Jul 16:05
ec9d2ee
Compare
Choose a tag to compare

Version 0.6.0

Documentation

  • remove unnecessary await from readme 79ac5b6

0.5.0

11 Jul 23:10
889d4ee
Compare
Choose a tag to compare

Version 0.5.0

Features

  • extract client-servers.ts, restore WebSocketBroadcastChannel constructor 835e740
  • cleanup, docs, remove unused code 0e210bc
  • export createBroadcastChannel again b220114
  • polyfill Symbol with .dispose, .asyncDispose 294fc4c
  • expose defaultWebSocketUrl(port = 51799) 3f6206e
  • optional url argument to createBroadcastChannel 055e4f5

Bug Fixes

  • examples/chat.ts instructions on stderr 52c53aa
  • log less 3f64dcd
  • multiple same-name channels in one process d6e58de
  • type confusion in webstorm dd8b9ad

Documentation

0.4.0

27 Jun 17:56
f43dcee
Compare
Choose a tag to compare

Version 0.4.0

Documentation

0.3.0

26 Jun 16:12
4f221e5
Compare
Choose a tag to compare

Version 0.3.0

Features

  • .onmessage, .onmessageerror 4f221e5

0.2.0

25 Jun 22:07
c3f2219
Compare
Choose a tag to compare

Version 0.2.0

Documentation

  • fix link to createBroadcastChannel c3f2219

0.1.0

25 Jun 21:58
f07bf11
Compare
Choose a tag to compare

Version 0.1.0

Features

  • initial release