Comparing version 0.2.2 to 0.2.3
18
chai.js
@@ -189,2 +189,17 @@ !function (name, definition) { | ||
/** | ||
* # been | ||
* | ||
* Language chain. | ||
* | ||
* @name been | ||
* @api public | ||
*/ | ||
Object.defineProperty(Assertion.prototype, 'been', | ||
{ get: function () { | ||
return this; | ||
} | ||
}); | ||
/** | ||
* # an | ||
@@ -940,3 +955,2 @@ * | ||
('throw', 'Throw') // for troublesome browsers | ||
('be', 'been') // past tense | ||
('instanceof', 'instanceOf'); | ||
@@ -955,3 +969,3 @@ | ||
exports.version = '0.2.2'; | ||
exports.version = '0.2.3'; | ||
@@ -958,0 +972,0 @@ exports.Assertion = require('./assertion'); |
0.2.3 / 2012-02-01 | ||
================== | ||
* try that again | ||
0.2.2 / 2012-02-01 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -136,2 +136,17 @@ /*! | ||
/** | ||
* # been | ||
* | ||
* Language chain. | ||
* | ||
* @name been | ||
* @api public | ||
*/ | ||
Object.defineProperty(Assertion.prototype, 'been', | ||
{ get: function () { | ||
return this; | ||
} | ||
}); | ||
/** | ||
* # an | ||
@@ -887,3 +902,2 @@ * | ||
('throw', 'Throw') // for troublesome browsers | ||
('be', 'been') // past tense | ||
('instanceof', 'instanceOf'); |
@@ -9,3 +9,3 @@ /*! | ||
exports.version = '0.2.2'; | ||
exports.version = '0.2.3'; | ||
@@ -12,0 +12,0 @@ exports.Assertion = require('./assertion'); |
@@ -6,3 +6,3 @@ { | ||
"keywords": [ "test", "assertion", "assert", "testing" ], | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
139465
4398