Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-20lib,src: fix consistent spacing inside bracesJames M Snell
2017-09-12console: improve console.group()Rich Trott
2017-09-12console: implement minimal `console.group()`Rich Trott
2017-08-07console,test: make message test more accurateAnna Henningsen
2017-08-07console: add console.count() and console.clear()James M Snell
2017-07-18console: use a plain object for the the error stackRuben Bridgewater
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-21console: refactor to use rest params and template stringsJames M Snell
2016-03-16console: check that stderr is writableRich Trott
2016-03-11lib: 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-02-01lib: reduce util.is*() usagecjihrig
2015-01-28console: allow Object.prototype fields as labelscjihrig
2015-01-22lib: use const to define constantscjihrig
2015-01-13Remove 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-02src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-03-13console: `console.dir()` bypasses inspect() methodsNathan Rajlich
2013-01-19console: Support formatting options in trace()isaacs
2012-08-25console: refactor the console module to be reusableNathan Rajlich
2012-04-30console: throw when no such label exists in `console.timeEnd`Maciej Małecki
2011-10-19Fixes #1860. Remove process.writeErrorRyan Dahl
2011-10-12Remove tty_legacyRyan Dahl
2011-07-30util: add sprintf-like format() functionBen Noordhuis
2011-03-15Update copyright headersRyan Dahl
2011-01-28Another fix for process.assertRyan Dahl
2010-12-31use util.inspect to format objects and arrays printed to the consoleSami Samhuri
2010-12-02more lintRyan Dahl
2010-11-30Lazy load console objectRyan Dahl