summaryrefslogtreecommitdiff
path: root/lib/console.js
AgeCommit message (Expand)Author
2017-12-26console: make .assert standard compliantRuben Bridgewater
2017-12-20console: order functions and remove \n\nRuben Bridgewater
2017-12-20benchmark: refactor console benchmarkRuben Bridgewater
2017-12-20console: make variables and checks stricterRuben Bridgewater
2017-12-20console: make error handling engine agnosticRuben Bridgewater
2017-12-04console: make dirxml an alias for console.logBenjamin Zaslavsky
2017-11-18console: add support for console.debugBenjamin Zaslavsky
2017-11-08console: avoid adding infinite error listenersMatteo Collina
2017-08-25console: improve console.group()Rich Trott
2017-08-23console: implement minimal `console.group()`Rich Trott
2017-08-07console: coerce label to string in console.time()James M Snell
2017-08-03console,test: make message test more accurateAnna Henningsen
2017-08-02console: add console.count() and console.clear()James M Snell
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-22console: use a plain object for the the error stackRuben Bridgewater
2017-05-27errors: migrate lib/consolemskec
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-21console: fixup `console.dir()` error handlingAnna Henningsen
2017-02-15console: do not emit error eventsAnna Henningsen
2016-10-16console: name anonymous functionsTyler Brazier
2016-04-25console: timeEnd() with no label emits warningEugene Obrezkov
2016-04-20console: refactor to use rest params and template stringsJames M Snell
2016-03-15console: check that stderr is writableRich Trott
2016-03-10lib: copy arguments object instead of leaking itNathan Woltman
2016-02-18console: apply null as `this` for util.formatJackson Tian
2015-11-13console: delete timers that have endedVladimir Varankin
2015-11-10console: use 'label' argument for time and timeEndRoman Reiss
2015-10-16console: rename argument of time and timeEndMichaël Zasso
2015-10-16console: sub-millisecond accuracy for console.timeMichaël Zasso
2015-05-09lib: fix eslint stylesYosuke Furukawa
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