This repository has been archived by the owner on May 11, 2022. It is now read-only.
Releases: miniplug/plug-socket
Releases · miniplug/plug-socket
v1.0.0
v0.6.1
v0.6.0
v0.5.0
- Update
ws
to v^3.0.0.
v0.4.0
- Update
ws
to v^2.0.0. - Add EventEmitter methods to browserified build.
v0.3.0
- Add an
action
event that's emitted for every message. It differs from themessage
event in that it emits parsed message data instead of JSON strings.
v0.2.1
- Fix receiving messages.
v0.2.0
- Make it work in browsers or other environments with a global WebSocket constructor.
v0.1.1
- Remove Babel build step.