summaryrefslogtreecommitdiff
path: root/lib/assert.js
AgeCommit message (Expand)Author
2017-07-02assert: refactor the codeRuben Bridgewater
2017-07-01assert: fix assert.fail with zero argumentsRuben Bridgewater
2017-06-05assert: fix deepEqual similar sets and maps bugJoseph Gentle
2017-06-01assert: fix deepEqual RangeError: Maximum call stack size exceededrmdm
2017-05-23errors: AssertionError moved to internal/errorFaiz Halde
2017-05-08assert: restore TypeError if no argumentsRich Trott
2017-05-07assert: improve deepEqual perf for large inputAnna Henningsen
2017-05-06errors,test: migrating error to internal/errorslarissayvette
2017-05-04assert: fix AssertionError, assign error codeJames M Snell
2017-04-18tools,lib: enable strict equality lint ruleRich Trott
2017-04-12assert: improve assert.fail() APIRich Trott
2017-04-03assert: add support for Map and Set in deepEqualJoseph Gentle
2017-03-12assert: enforce type check in deepStrictEqualJoyee Cheung
2017-02-27assert: fix premature deep strict comparisonJoyee Cheung
2017-02-24assert: apply minor refactoringRich Trott
2017-02-15assert: remove unneeded conditionRich Trott
2017-02-15assert: fix misformatted error messageRich Trott
2017-01-11assert, tools: enforce strict (not)equal in eslintGibson Fahnestock
2017-01-04assert: update commentsKai Cataldo
2016-10-19assert: name anonymous functionsMiguel Angel Asencio Hurtado
2016-09-12tools: replace custom ESLint rule with built-inRich Trott
2016-08-18assert: remove code that is never reachedRich Trott
2016-08-09assert: fix deepEqual/deepStrictEqual on equivalent typed arraysFeross Aboukhadijeh
2016-06-27assert: remove unneeded arguments special handlingRich Trott
2016-04-29assert: allow circular referencesRich Trott
2016-04-18assert: respect assert.doesNotThrow message.Ilya Shaisultanov
2016-03-31assert: Check typed array view type in deepEqualAnna Henningsen
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-10lib: copy arguments object instead of leaking itNathan Woltman
2016-01-13lib: fix style issues after eslint updateMichaƫl Zasso
2015-12-21assert: typed array deepequal performance fixClaudio Rodriguez
2015-12-09assert: accommodate ES6 classes that extend ErrorRich Trott
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-08assert: support arrow functions in .throws()Ben Noordhuis
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-03-23assert: simplify logic of testing buffer equalityAlex Yursha
2015-02-09assert: introduce `deepStrictEqual`Vladimir Kurchatkin
2015-02-06assert: don't compare object `prototype` propertyVladimir Kurchatkin
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-31assert: use util.inspect() to create error messagescjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12assert: throw when block is not a functioncjihrig
2014-12-22assert: fix deepEqual regressionteppeis
2014-11-22lib: turn on strict modeBen Noordhuis
2014-07-29Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny
2014-07-10lib: remove and restructure calls to isNaN()cjihrig
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-02-25assert: Ensure reflexivity of deepEqualMike Pennisi
2013-10-11assert: indicate if exception message is generatedGlen Mailer