Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Releases: miniplug/plug-socket

v1.0.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 03 May 14:05
8f533ef
  • Drop browser support (useless anyway).
  • Use a Rollup build like other miniplug packages.

v0.6.1

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 03 May 14:04
97e9510

Update default socket URL. (c0eb97b)

v0.6.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 12 Jul 19:27
ab8044c
  • Disconnect socket when no message or heartbeat has been received for some time. (f502000)

v0.5.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 18 May 13:49
9cd1cdf
  • Update ws to v^3.0.0.

v0.4.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 20 Mar 16:37
c6d9afe
  • Update ws to v^2.0.0.
  • Add EventEmitter methods to browserified build.

v0.3.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 03 Jan 11:38
75f28c1
  • Add an action event that's emitted for every message. It differs from the message event in that it emits parsed message data instead of JSON strings.

v0.2.1

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 02 Dec 21:33
251d4fc
  • Fix receiving messages.

v0.2.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 02 Dec 11:36
0aae230
  • Make it work in browsers or other environments with a global WebSocket constructor.

v0.1.1

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 02 Dec 11:36
faf88f4
  • Remove Babel build step.