Comparing version 1.0.2 to 1.0.3
1.0.3 / 2012-05-27 | ||
================== | ||
* Point Travis badge to the right place. | ||
* Make error message for eql/deep.equal more clear. | ||
* Fix .not.deep.equal. | ||
* contributors list | ||
1.0.2 / 2012-05-26 | ||
@@ -3,0 +11,0 @@ ================== |
@@ -517,3 +517,3 @@ /*! | ||
if (flag(this, 'deep')) { | ||
new Assertion(obj).to.eql(val); | ||
return this.eql(val); | ||
} else { | ||
@@ -546,4 +546,4 @@ this.assert( | ||
util.eql(obj, flag(this, 'object')) | ||
, 'expected #{this} to equal #{exp}' | ||
, 'expected #{this} to not equal #{exp}' | ||
, 'expected #{this} to deeply equal #{exp}' | ||
, 'expected #{this} to not deeply equal #{exp}' | ||
, obj ); | ||
@@ -550,0 +550,0 @@ |
@@ -14,3 +14,3 @@ /*! | ||
exports.version = '1.0.2'; | ||
exports.version = '1.0.3'; | ||
@@ -17,0 +17,0 @@ /*! |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"repository": { | ||
@@ -17,0 +17,0 @@ "type": "git", |
@@ -1,2 +0,2 @@ | ||
[![Build Status](https://secure.travis-ci.org/logicalparadox/chai.png)](http://travis-ci.org/logicalparadox/chai) | ||
[![Build Status](https://secure.travis-ci.org/chaijs/chai.png)](http://travis-ci.org/chaijs/chai) | ||
@@ -12,15 +12,14 @@ [![Chai Documentation](http://chaijs.com/public/img/chai-logo.png)](http://chaijs.com) | ||
commits: 450 | ||
files : 41 | ||
commits: 466 | ||
files : 44 | ||
authors: | ||
333 Jake Luer 74.0% | ||
66 Veselin Todorov 14.7% | ||
18 domenic 4.0% | ||
7 Domenic Denicola 1.6% | ||
340 Jake Luer 73.0% | ||
66 Veselin Todorov 14.2% | ||
34 Domenic Denicola 7.3% | ||
5 Jo Liss 1.1% | ||
5 Juliusz Gonera 1.1% | ||
5 Jo Liss 1.1% | ||
4 josher19 0.9% | ||
4 John Firebaugh 0.9% | ||
3 Jeff Barczewski 0.7% | ||
2 Jakub Nešetřil 0.4% | ||
3 Jeff Barczewski 0.6% | ||
2 Jakub Nešetřil 0.4% | ||
1 Sasha Koss 0.2% | ||
@@ -27,0 +26,0 @@ 1 Vinay Pulim 0.2% |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183929
51