summaryrefslogtreecommitdiff
path: root/lib/console.js
AgeCommit message (Expand)Author
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
2010-12-01more lintRyan Dahl
2010-11-30Lazy load console objectRyan Dahl