summaryrefslogtreecommitdiff
path: root/lib/assert.js
AgeCommit message (Expand)Author
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
2010-04-11trailing whitespace fixesisaacs
2010-03-15Include lib/ directory in node executable. Compile on demand.Ryan Dahl
2010-03-01Move process.inherits to sysRyan Dahl
2010-01-24Make assert.AssertionError instance of ErrorRyan Dahl
2009-12-29Stack trace for asserts shouldn't include assert moduleRyan Dahl
2009-12-29Fix assert.js code styleRyan Dahl
2009-12-05Dependency free assert module with unit testsKarl Guertin
2009-12-05CommonJS testing for node.jsFelix Geisendörfer