summaryrefslogtreecommitdiff
path: root/lib/console.js
AgeCommit message (Expand)Author
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-27console: allow Object.prototype fields as labelscjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2014-06-12console: console.dir() accepts options objectXavi Magrinyà
2014-06-12Added support for options parameter in console.dir()Xavi Magrinyà
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-03-12console: `console.dir()` bypasses inspect() methodsNathan Rajlich
2013-01-18console: Support formatting options in trace()isaacs
2012-08-24console: refactor the console module to be reusableNathan Rajlich
2012-04-29console: throw when no such label exists in `console.timeEnd`Maciej Małecki
2011-10-18Fixes #1860. Remove process.writeErrorRyan Dahl
2011-10-11Remove tty_legacyRyan Dahl
2011-07-30util: add sprintf-like format() functionBen Noordhuis
2011-03-14Update copyright headersRyan Dahl
2011-01-27Another fix for process.assertRyan Dahl
2010-12-30use util.inspect to format objects and arrays printed to the consoleSami Samhuri
2010-12-01more lintRyan Dahl
2010-11-30Lazy load console objectRyan Dahl