summaryrefslogtreecommitdiff
path: root/doc/api/util.md
AgeCommit message (Expand)Author
2019-07-02doc: remove "note that" from util.mdRich Trott
2019-05-20util: if present, fallback to `toString` using the %s formatterRuben Bridgewater
2019-05-20doc: update `util.format` formatters documentationRuben Bridgewater
2019-04-232019-04-23, Version 12.0.0 (Current)Beth Griggs
2019-04-15doc: update util colorsRuben Bridgewater
2019-04-15util: highlight stack framesRuben Bridgewater
2019-04-10util: change inspect compact and breakLength defaultRuben Bridgewater
2019-04-04util: use minimal object inspection with %s specifierRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-062019-03-06, Version 11.11.0 (Current)Ruben Bridgewater
2019-03-01util: group array elements togetherRuben Bridgewater
2019-03-01util: add compact depth modeRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28util: prevent leaking internal propertiesRuben Bridgewater
2019-01-182019-01-17, Version 11.7.0 (Current), @BridgeARRuben Bridgewater
2019-01-10lib: move DEP0029 to end of lifecjihrig
2019-01-10lib: move DEP0028 to end of lifecjihrig
2019-01-10lib: move DEP0027 to end of lifecjihrig
2019-01-10lib: move DEP0026 to end of lifecjihrig
2019-01-09util: inspect ArrayBuffers contents as wellRuben Bridgewater
2018-12-31doc: edit and simplify util.inspect() docscjihrig
2018-12-19util: `format()` now formats bigint and booleansRuben Bridgewater
2018-12-182018-12-18, Version 11.5.0 (Current)Beth Griggs
2018-12-14util: remove todoRuben Bridgewater
2018-12-12util: add inspection getter optionRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-072018-12-07, Version 11.4.0 (Current)Ruben Bridgewater
2018-12-05doc: mention util depth default changeRuben Bridgewater
2018-12-05doc: add internal functionality details of util.inheritsRuben Bridgewater
2018-12-03doc: add missing changes entryRuben Bridgewater
2018-12-03util,console: handle symbols as defined in the specRuben Bridgewater
2018-11-28doc: sort bottom-of-file markdown linksSam Roberts
2018-11-14Revert "util: change util.inspect depth default"Gus Caplan
2018-10-232018-10-23, Version 11.0.0 (Current)James M Snell
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