summaryrefslogtreecommitdiff
path: root/doc/api/util.markdown
Commit message (Expand)AuthorAgeFilesLines
* doc: fix brackets for optional parametersTrevor Norris2014-09-251-3/+3
* doc: add spec for util.deprecate()Yazhong Liu2014-05-071-0/+15
* util: made util.isArray a direct alias for Array.isArrayEvan Carroll2014-04-031-0/+2
* doc: Adjust util stability index to 'API Frozen'isaacs2013-08-271-1/+1
* util: pass opts to custom inspect functionsTimothy J Fontaine2013-08-221-2/+6
* util: don't throw on circular %j input to format()Ben Noordhuis2013-07-291-1/+2
* util: Add debuglog, deprecate console lookalikesisaacs2013-05-211-36/+75
* doc: fix inpect() -> inspect() typoNathan Rajlich2013-03-121-1/+1
* util: custom `inspect()` method may return an ObjectNathan Rajlich2013-03-121-0/+14
* Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich2012-10-131-0/+13
|\
| * doc: document the custom "inspect()" function behaviorNathan Rajlich2012-10-051-0/+13
| * doc: util.pump is deprecated. Use Stream.pipeisaacs2012-08-051-1/+1
* | util: add a "customInspect" option to `util.inspect()`Nathan Rajlich2012-10-101-0/+3
* | util: make `inspect()` accept an "options" argumentNathan Rajlich2012-10-101-11/+11
* | doc: util.pump is deprecated. Use Stream.pipeisaacs2012-08-061-1/+1
* | util: mark util.pump() as deprecatedBen Noordhuis2012-08-051-1/+1
* | Enable color customization of `util.inspect`Pavel Lang2012-07-161-0/+23
|/
* doc: util: add args to format and methods error, puts, printKyle Robinson Young2012-04-241-1/+15
* doc: Add stability indicators to documentationisaacs2012-03-031-0/+2
* doc refactor: utilisaacs2012-02-291-11/+11
* docs: fix docs to not suggest variable leakskoichik2011-12-271-2/+3
* docs: document util.inspect's colors paramTim Oxley2011-12-081-1/+3
* Add docs for the type checking functions in `util.js`.Nathan Rajlich2011-10-271-0/+56
* Improve util.format() compatibility with browser.koichik2011-08-081-2/+3
* Doc improvementskoichik2011-08-051-0/+30
* Doc improvementsRyan Dahl2011-06-031-1/+1
* Fix spelling mistakesRyan Dahl2011-01-111-2/+2
* Docs for util.inheritsMarco Rogers2010-11-211-0/+34
* Remove util.print from docsRyan Dahl2010-11-071-7/+0
* Splitting documentationMicheil Smith2010-10-281-0/+57