Comparing version 0.2.3 to 0.2.4
@@ -191,3 +191,4 @@ !function (name, definition) { | ||
* | ||
* Language chain. | ||
* Language chain. Also tests `tense` to past for addon | ||
* modules that use the tense feature. | ||
* | ||
@@ -200,2 +201,3 @@ * @name been | ||
{ get: function () { | ||
this.tense = 'past'; | ||
return this; | ||
@@ -969,3 +971,3 @@ } | ||
exports.version = '0.2.3'; | ||
exports.version = '0.2.4'; | ||
@@ -972,0 +974,0 @@ exports.Assertion = require('./assertion'); |
0.2.4 / 2012-02-02 | ||
================== | ||
* added in past tense switch for `been` | ||
0.2.3 / 2012-02-01 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -138,3 +138,4 @@ /*! | ||
* | ||
* Language chain. | ||
* Language chain. Also tests `tense` to past for addon | ||
* modules that use the tense feature. | ||
* | ||
@@ -147,2 +148,3 @@ * @name been | ||
{ get: function () { | ||
this.tense = 'past'; | ||
return this; | ||
@@ -149,0 +151,0 @@ } |
@@ -9,3 +9,3 @@ /*! | ||
exports.version = '0.2.3'; | ||
exports.version = '0.2.4'; | ||
@@ -12,0 +12,0 @@ exports.Assertion = require('./assertion'); |
@@ -6,3 +6,3 @@ { | ||
"keywords": [ "test", "assertion", "assert", "testing" ], | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
139754
4402