summaryrefslogtreecommitdiff
path: root/doc/api/util.markdown
Commit message (Expand)AuthorAgeFilesLines
* doc: git mv to .mdRobert Jefe Lindstaedt2016-04-201-587/+0
* doc: document deprecation of util._extendBenjamin Gruenbaum2016-03-161-0/+10
* doc: copyedit util docRich Trott2016-02-251-15/+20
* doc: note util.isError() @@toStringTag limitationscjihrig2016-02-251-0/+16
* doc: replace function expressions with arrowsBenjamin Gruenbaum2016-01-271-1/+1
* doc: show links consistently in deprecationsSakthipriyan Vairamani2016-01-271-7/+8
* doc: fenced all code blocks, typo fixesRobert Jefe Lindstaedt2016-01-211-172/+220
* doc: remove "above" and "below" referencesRichard Sun2016-01-111-1/+4
* doc: fix, modernize examples in docsJames M Snell2015-12-171-25/+25
* doc: change references from node to Node.jsRoman Klauke2015-12-101-3/+3
* doc: add links and backticks around namesjpersson2015-12-031-2/+4
* util: remove pumpWyatt Preul2015-11-181-6/+0
* doc: consistent reference-style linksBryan English2015-11-161-4/+5
* doc: sort util alphabeticallyTristian Flanagan2015-11-121-153/+149
* doc: add note to util.isBufferEvan Lucas2015-11-121-0/+2
* doc: remove usage of events.EventEmitterSakthipriyan Vairamani2015-09-231-5/+5
* doc: document deprecation of util.is* functionsSakthipriyan Vairamani2015-08-241-15/+30
* node: rename from io.js to nodecjihrig2015-08-231-3/+3
* doc: fix util.deprecate exampleNick Raienko2015-04-281-2/+4
* doc: fix util.isObject documentationJeremiah Senkpiel2015-03-311-1/+4
* doc: fix format docs discrepancyBrendan Ashworth2015-03-251-2/+2
* doc: fix confusion markdown in util.markdownYazhong Liu2015-03-081-1/+1
* doc: update stability indexChris Dickinson2015-02-271-1/+1
* doc: update node.js references in api docsBen Noordhuis2015-02-071-2/+2
* doc: fix util.isBuffer examplesThomas Jensen2015-01-181-3/+3
* doc: update util methodsBrian White2015-01-141-0/+174
* util: show symbol propertiesVladimir Kurchatkin2015-01-081-2/+2
* doc: util: document --trace-deprecationBen Noordhuis2014-12-301-4/+15
* 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