summaryrefslogtreecommitdiff
path: root/doc/api/util.md
AgeCommit message (Expand)Author
2018-10-17util: treat format arguments equallyRoman Reiss
2018-10-102018-10-10, Version 10.12.0 (Current)Michaël Zasso
2018-10-09util: support BigInt in util.formatMasashi Hirano
2018-10-08doc: add util.inspect() legacy signaturesiddhant
2018-10-02util: change %o depth defaultRuben Bridgewater
2018-10-02util: change util.inspect depth defaultRuben Bridgewater
2018-09-22doc,test: fix inspect's sorted compare functionMichaël Zasso
2018-09-202018-09-20, Version 10.11.0 (Current)Michaël Zasso
2018-09-19util: add order option to `.inspect()`Ruben Bridgewater
2018-09-17util: make TextEncoder/TextDecoder globalJames M Snell
2018-09-15util: use a shared symbol for util.inspect.customchocolateboy
2018-09-13util: limit inspection output size to 128 MBRuben Bridgewater
2018-09-05util: add util.types.isBoxedPrimitiveRuben Bridgewater
2018-08-29doc: remove redundant 'Example:' and similar notesVse Mozhet Byt
2018-08-15test: remove harmony flagsRuben Bridgewater
2018-07-15doc: declare all parameter typesSam Ruby
2018-07-14doc: prevent some redirectionsVse Mozhet Byt
2018-07-042018-07-04, Version 10.6.0 (Current)Michaël Zasso
2018-06-24util: recover from maximum call stack sizeRuben Bridgewater
2018-06-06doc: simplify deprecation languageRich Trott
2018-05-19util: remove custom inspection functionRuben Bridgewater
2018-05-11Revert "util: change util.inspect depth default"Anna Henningsen
2018-05-11Revert "util: change %o depth default"Anna Henningsen
2018-05-10doc: add util.types.isModuleNamespaceObject()Gus Caplan
2018-05-09doc: add util.types.isBig{Int,Uint}64Array()cjihrig
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-05-02doc: add missing periods or colonsVse Mozhet Byt
2018-04-29doc: remove redundant empty linesVse Mozhet Byt
2018-04-242018-04-24, Version 10.0.0 (Current)James M Snell
2018-04-12console: add color supportAnna Henningsen
2018-04-12util: introduce `formatWithOptions()`Anna Henningsen
2018-04-11doc: add quotes for event names + fix similar nitsVse Mozhet Byt
2018-04-12doc: add and unify even more return valuesVse Mozhet Byt
2018-04-07doc: fix some linksVse Mozhet Byt
2018-04-04doc: fix various nitsVse Mozhet Byt
2018-04-04doc,tools: formalize, unify, codify default valuesVse Mozhet Byt
2018-03-25util: show Weak(Set|Map) entries in inspectRuben Bridgewater
2018-03-212018-03-21, Version 9.9.0 (Current)Myles Borins
2018-03-05util: introduce `util.types.is[…]` type checksAnna Henningsen
2018-03-05doc: provide replacements for deprecated util methodsAnna Henningsen
2018-03-012018-03-01, Version 9.7.0 (Current)Rod Vagg
2018-02-23doc: add new documentation lint ruleestrada9166
2018-02-23doc: remove extraneous "for example" textRich Trott
2018-02-16doc: add missing `Returns` in fs & utilSho Miyamoto
2018-02-16doc: fix a typo in util.isDeepStrictEqualSho Miyamoto
2018-02-08doc: remove **Note:** tagsJames M Snell
2018-02-08doc: fix MDN links to avoid redirectionsVse Mozhet Byt
2018-02-04doc: fix `REPLACEME` in changelog PR URLsAnna Henningsen
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2018-01-17doc: fix typo in TextEncoding sectionYosuke Furukawa