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

Releases: miniplug/plug-socket

v1.0.0

03 May 14:05
8f533ef
Compare
Choose a tag to compare
  • Drop browser support (useless anyway).
  • Use a Rollup build like other miniplug packages.

v0.6.1

03 May 14:04
97e9510
Compare
Choose a tag to compare

Update default socket URL. (c0eb97b)

v0.6.0

12 Jul 19:27
ab8044c
Compare
Choose a tag to compare
  • Disconnect socket when no message or heartbeat has been received for some time. (f502000)

v0.5.0

18 May 13:49
9cd1cdf
Compare
Choose a tag to compare
  • Update ws to v^3.0.0.

v0.4.0

20 Mar 16:37
c6d9afe
Compare
Choose a tag to compare
  • Update ws to v^2.0.0.
  • Add EventEmitter methods to browserified build.

v0.3.0

03 Jan 11:38
75f28c1
Compare
Choose a tag to compare
  • 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

02 Dec 21:33
251d4fc
Compare
Choose a tag to compare
  • Fix receiving messages.

v0.2.0

02 Dec 11:36
0aae230
Compare
Choose a tag to compare
  • Make it work in browsers or other environments with a global WebSocket constructor.

v0.1.1

02 Dec 11:36
faf88f4
Compare
Choose a tag to compare
  • Remove Babel build step.