- [feat] Add addAll method (#49)
- [feat] Remove the socket.io-parser dependency (#47)
- [refactor] Remove useless self var (#45)
The major bump is due to #45, which is only compatible with socket.io > 2.0.
- [docs] Fix typo in Readme.md (#37)
- [chore] Bump socket.io-parser to version 2.3.1 (#43)
- [chore] Bump debug to version 2.3.3 (#42)
- [feature] Add clientRooms method (#41)
- package: bump
debug - use a
Roomclass to efficiently track room size - allow
clients(fn) - call the callback on
delAll
- bump parser version
- fix room autopruning
- add autoprunning of empty rooms
- rooms are now created as objects
- added the repository field.
- updated the debug dependency.
- bump
socket.io-parserfor binary ack fix
- upgraded faster parser
- initial commit