summaryrefslogtreecommitdiff
path: root/lib/console.js
AgeCommit message (Expand)Author
2018-07-18util: improve display of iterators and weak entriesRuben Bridgewater
2018-07-16console: fix timeEnd() not coercing the inputRuben Bridgewater
2018-07-16console,util: avoid pair array generation in C++Anna Henningsen
2018-07-12console: console.countReset() should emit warningDominic Farolino
2018-07-04console: implement timeLog methodMichaël Zasso
2018-05-19lib,src: use V8 API for collection inspectionAnna Henningsen
2018-05-18console: .table fall back to logging for function tooohbarye
2018-05-18console: lazy load cliRuben Bridgewater
2018-05-08console: make console.table() use colored inspectTSUYUSATO Kitsune
2018-05-03console: console.time() should not reset a timer when it existsGus Caplan
2018-04-27console: fix console.table() display edge caseRich Trott
2018-04-20console: fix class inheritance regressionAnatoli Papirovski
2018-04-12console: auto-detect color support by defaultAnna Henningsen
2018-04-12console: add color supportAnna Henningsen
2018-04-12console: allow `options` object as constructor argAnna Henningsen
2018-03-30console: add table methodGus Caplan
2018-03-25console: don't swallow call stack exceeded errorsDan Kaplun
2018-02-22console: port errors to new systemRuben Bridgewater
2018-02-04tools: non-Ascii linter for /lib onlySarat Addepalli
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