summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-format.js
AgeCommit message (Expand)Author
2019-11-30util: fix .format() not always calling toString when it should beRuben Bridgewater
2019-10-10util: validate formatWithOptions inspectOptionsRuben Bridgewater
2019-09-22console: skip/strip %c formattingGus Caplan
2019-05-20util: include reference anchor for circular structuresRuben Bridgewater
2019-05-20util: if present, fallback to `toString` using the %s formatterRuben Bridgewater
2019-05-02util: better number formattersRuben Bridgewater
2019-05-02util: improve function inspectionRuben Bridgewater
2019-04-10util: change inspect compact and breakLength defaultRuben Bridgewater
2019-04-04util: use minimal object inspection with %s specifierRuben Bridgewater
2019-01-09util: inspect ArrayBuffers contents as wellRuben Bridgewater
2018-12-30test: remove `util.inherits()` usageZYSzys
2018-12-19util: `format()` now formats bigint and booleansRuben Bridgewater
2018-12-03util,console: handle symbols as defined in the specRuben Bridgewater
2018-10-17util: treat format arguments equallyRoman Reiss
2018-10-09util: support BigInt in util.formatMasashi Hirano
2018-06-07test: make url-util-format engine agnosticRich Trott
2018-05-21util: remove erroneous whitespaceRuben Bridgewater
2017-11-12test: use ES6 classes instead of util.inheritsTobias Nießen
2017-09-14util: refactor inspect for performance and moreRuben Bridgewater
2017-08-04util: implement %o and %O as formatting specifiersGreg Alexander
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-17test: use regex error checks in test-util-formatSuperwoods
2017-06-16util: ignore invalid format specifiersMichaël Zasso
2017-06-02util: refactor format method.Performance improved.Jesus Seijas
2017-05-25test: cover util.format() format placeholderscjihrig
2017-03-29util: add %i and %f formatting specifiersRoman Reiss
2017-03-10util: throw toJSON errors when formatting %jTimothy Gu
2017-03-10meta: restore original copyright headerJames M Snell
2016-09-20test: improve coverage of the util moduleMichaël Zasso
2016-08-02util: fix formatting of objects with SIMD enabledAnna Henningsen
2016-07-14test: cleanup IIFE testscjihrig
2016-01-11util: Change how Error objects are formattedMudit Ameta
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-02-24util: handle symbols properly in format()cjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny