You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
835 B

7 years ago
  1. 0.5.0 / 2016-11-20
  2. ==================
  3. * [docs] Fix typo in Readme.md (#37)
  4. * [chore] Bump socket.io-parser to version 2.3.1 (#43)
  5. * [chore] Bump debug to version 2.3.3 (#42)
  6. * [feature] Add clientRooms method (#41)
  7. 0.4.0 / 2015-12-03
  8. ==================
  9. * package: bump `debug`
  10. * use a `Room` class to efficiently track room size
  11. * allow `clients(fn)`
  12. * call the callback on `delAll`
  13. 0.3.1 / 2014-10-27
  14. ==================
  15. * bump parser version
  16. * fix room autopruning
  17. * add autoprunning of empty rooms
  18. * rooms are now created as objects
  19. * added the repository field.
  20. * updated the debug dependency.
  21. 0.3.0 / 2014-05-30
  22. ==================
  23. * bump `socket.io-parser` for binary ack fix
  24. 0.2.0 / 2014-03-14
  25. ==================
  26. * upgraded faster parser
  27. 0.1.0 / 2014-03-07
  28. ==================
  29. * initial commit