Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 643 Bytes

History.md

File metadata and controls

23 lines (16 loc) · 643 Bytes

0.2.1 / 2011-09-30

  • Reworked installation & daemon process using npm & forever
  • Adds custom logging module with log levels
  • Creates official 'log.io' npm package

0.2.0 / 2011-09-23

  • Updates all components to use socket.io v0.8.x
    • Uses custom events (emit) instead of message_type properties
    • Server uses rooms per log file for selective broadcasting
  • Harvester uses "official" socket.io-client instead of Socket.io-node-client
  • Unit test updates

0.1.2 / 2011-07-01

  • socket.io v0.7 warnings, configuration updates
  • Fixes broken Socket.io-node-client dependency
  • Readme updates

0.1.1 / 2011-05-20

  • Initial release