diff --git a/History.md b/History.md index 7631332203..74c3002e7f 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,17 @@ +1.5.0 / 2012-09-21 +================== + + * add `ms()` to `.slow()` and `.timeout()` + * add `Mocha#checkLeaks()` to re-enable global leak checks + * add `this.slow()` option [aheckmann] + * add tab, CR, LF to error diffs for now + * remove `fn.call()` from reduce util + * remove `fn.call()` from filter util + * fix forEach. Closes #582 + * fix relaying of signals [TooTallNate] + * fix TAP reporter grep number + 1.4.2 / 2012-09-01 ================== diff --git a/component.json b/component.json index 2b04f8e05f..0481ef3778 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,9 @@ { "name": "mocha", "repo": "visionmedia/mocha", + "version": "1.5.0", "description": "simple, flexible, fun test framework", + "keywords": ["test", "mocha", "bdd", "tdd"], "styles": ["mocha.css"], "scripts": [] } \ No newline at end of file diff --git a/package.json b/package.json index cb973e0f72..0d1cccbc1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha" - , "version": "1.4.2" + , "version": "1.4.3" , "description": "simple, flexible, fun test framework" , "keywords": ["test", "bdd", "tdd", "tap"] , "author": "TJ Holowaychuk "