#v1.0.2
- Fixed a bug when logging error objects dmiddlecamp
- Cleaned up formatting for inline meta objects #30 byrcekahle
- Switched to RFC 5425 for messages to Papertrail #29 jahqueel
- Fixed a bug with meta not showing up correctly #28 brycekahle
- Fixed a case where non-object meta would throw #27
- Fixed a case where calling
close
beforeconnect
would fail to end the stream #22
- Added support for non-TLS connections
- Cleaned up Socket Error handling due to keep-alive changes #23 eric
- Moved tests to Mocha (Finally!)
- Cleaned up README for all options
- Handling case when meta is an empty object voodootikigod
- Adding support for Colorization (Fix for issue #11)
- Enabling winston.close to propogate to Papertrail transport (Fix for issue #14)
- Updating deps to allow winston >=0.6.x (for issue #9)
- set rejectUnauthorized = false for TLS (workaround for issue #6)
- Removed the levelDecorators option in favor of a format function
- Added a
connect
event for Papertrail - Switched to jsdoc format
- Updated to winston 0.6.x dependency
- Added more examples to README
- Handle when logging a null or non-string value, Fix for issue #5
- Emits error when the buffer of messages reaches a maximum limit Camilo Aguilar
- Add functionality to log uncaught exceptions Lars Jacob
- Add option to inline meta data Lars Jacob
- Don't send extra message if our message ends with a newline Andy Burke
- Added levelDecorators option to allow decorating the log level
- first stable version
- implemented all basic functions
- associations are working