This repository was archived by the owner on Jul 27, 2025. It is now read-only.
v0.3.0
Channel
- Batched response support
- Changed packet format to
[channel, [packets]] - Now supports Numbers as channel names (stringified)
- No more default channel name - property is required
Client
- Renamed
channeltosubscribe - Added
unsubscribe - Added on.
connect/ on.connectionevents - Added on.
disconnect/ on.disconnectionevents - Changed handler parameters to
(payload, reply, channel) - Added
sendOnce - Can now output usage statistics to stdout with
options.stats
Server
- Renamed
channeltosubscribe - Added
unsubscribe - Added on.
connect/ on.connectionevents - Added on.
disconnect/ on.disconnectionevents - Added
whisper
Misc
- Removed legacy docs
- Added npmignore
- Added more tests
- Optimizations
- Code-climate styling compliance
- API stability badge
- Updated logo