All Versions
18
Latest Version
Avg Release Cycle
79 days
Latest Release
2315 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.5.2 Changes
February 19, 2014- โ added
strip
option to Formatter, which will strip all ANSI code
- โ added
-
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 andregex
,flags
, andfunction
for Filters to easeintel.config()
- โ added
Logger#trace
andintel.TRACE
level - โ added
exception: boolean
anduncaughtException: boolean
to LogRecord - โ added
Logger.NONE
andLogger.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()
- โ added direct integration with
-
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.