All Versions
18
Latest Version
Avg Release Cycle
79 days
Latest Release
2315 days ago

Changelog History
Page 2

  • v0.5.2 Changes

    February 19, 2014
    • โž• added strip option to Formatter, which will strip all ANSI code
  • v0.5.1 Changes

    February 12, 2014
    • โž• added bgBlue to TRACE
    • ๐Ÿš‘ changed uncaught exceptions log level to CRITICAL
    • ๐Ÿ›  fixed error if null was passed an argument to Logger.log()
  • v0.5.0 Changes

    February 10, 2014
    • โž• added direct integration with dbug module
    • โž• added Logger.removeAllHandlers()
    • โž• added formatFn for Formatters and regex, flags, and function for Filters to ease intel.config()
    • โž• added Logger#trace and intel.TRACE level
    • โž• added exception: boolean and uncaughtException: boolean to LogRecord
    • โž• added Logger.NONE and Logger.ALL levels
    • ๐Ÿ”„ changed intel.config to remove default ROOT console handler
    • ๐Ÿ”„ changed intel.console to remove "lib" from logger names like "connect.lib.session" to be "connect.session"
    • ๐ŸŽ performance improved for Logger#getEffectiveLevel()
  • v0.4.0 Changes

    December 04, 2013
    • โž• added intel.console({ debug: 'foo' }) option
    • ๐ŸŽ performance gains
  • v0.3.1 Changes

    November 04, 2013
    • ๐Ÿ›  fixed Rotating handler writing lock (thanks @chopachom)
  • v0.3.0 Changes

    October 22, 2013
    • โž• added intel.handlers.Rotating
    • โž• added ignore options to intel.console()
    • โž• added chalk.enabled when colorize is used
    • โž• added padding and truncation to printf
    • โž• added Logger#handleExceptions to catch uncaught exceptions
    • โž• added stack traces when an exception is logged
    • ๐Ÿ”„ changed datetime to strftime, adds %L to output milliseconds
    • ๐Ÿ”„ changed Promises from Q to bluebird, significantly faster
    • ๐Ÿ›  fixed Console handler from using accepting format options
    • optimizations for common cases, big boost
  • v0.2.0 Changes

    October 04, 2013
    • โž• added Filters for Handlers and Loggers
    • โž• added Handler timeout option
    • โž• added pid to LogRecord
    • โž• added configuration using JSON
    • ๐Ÿ”„ changed Promises to LazyPromises
    • ๐Ÿ”„ changed printf to faster, smaller printf
    • ๐Ÿ”„ changed internal forEach to faster while loops
    • โœ‚ removed node v0.6 support (it didn't work anyways)
  • v0.1.0 Changes

    September 30, 2013
    • ๐ŸŽ‰ Initial release.