summaryrefslogtreecommitdiff
path: root/lib/assert.js
AgeCommit message (Expand)Author
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
2013-08-01src: Replace macros with util functionsisaacs
2013-07-30assert: replace !!!value with just !valueBen Noordhuis
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-05-14lintisaacs
2013-04-19lintisaacs
2013-04-18assert: put info in err.message, not err.nameRyan Doenges
2013-04-03assert: Simplify AssertError creationisaacs
2012-12-29assert: improve support for new execution contextslukebayes
2012-08-29doc: update assert.doesNotThrow() docsBen Noordhuis
2012-07-29assert: fix throws() throws an error without message propertykoichik
2012-07-25assert: remove unnecessary use of __proto__Nathan Rajlich
2012-03-12docs: correct the description of assert.ok()Nao Iizuka
2011-12-20assert: test `RegExp`'s properties when checking for equalityMaciej Małecki
2011-12-20assert: .deepEqual() support for RegExp objectsPedro Teixeira
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-10-02assert: Make `assert` module an `assert.ok` functionMaciej Małecki
2011-08-09Improve assert error messagesRyan Dahl
2011-07-14Improvements AssertionError messagekoichik
2011-01-06LintRyan Dahl
2010-12-21fix assert.throwsOleg Slobodskoi
2010-12-01lintRyan Dahl
2010-11-29assert.throws can now accept as RegExpOleg Slobodskoi
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-06syntax fixes to pass jslintJoshaven Potter
2010-09-07Special deepEquals for bufferRyan Dahl
2010-05-21Add assert.ifErrorMikeal Rogers