Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.04 KB

changelog.md

File metadata and controls

67 lines (52 loc) · 2.04 KB

#v1.0.2

v1.0.1

  • Cleaned up formatting for inline meta objects #30 byrcekahle

v1.0.0

v0.2.3

  • Fixed a case where non-object meta would throw #27

v0.2.1

  • Fixed a case where calling close before connect would fail to end the stream #22

v0.2.0

  • 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

v0.1.4

v0.1.3

  • Adding support for Colorization (Fix for issue #11)
  • Enabling winston.close to propogate to Papertrail transport (Fix for issue #14)

v0.1.2

  • Updating deps to allow winston >=0.6.x (for issue #9)

v0.1.1

  • set rejectUnauthorized = false for TLS (workaround for issue #6)

v0.1.0

  • 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

v0.0.6

  • Handle when logging a null or non-string value, Fix for issue #5

v0.0.4

  • 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

v0.0.2

  • Added levelDecorators option to allow decorating the log level

v0.0.1

  • first stable version
  • implemented all basic functions
  • associations are working