Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 21, 2012
1 parent c82c5f4 commit a0d34ab
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions 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 1.4.2 / 2012-09-01
================== ==================


Expand Down
2 changes: 2 additions & 0 deletions component.json
@@ -1,7 +1,9 @@
{ {
"name": "mocha", "name": "mocha",
"repo": "visionmedia/mocha", "repo": "visionmedia/mocha",
"version": "1.5.0",
"description": "simple, flexible, fun test framework", "description": "simple, flexible, fun test framework",
"keywords": ["test", "mocha", "bdd", "tdd"],
"styles": ["mocha.css"], "styles": ["mocha.css"],
"scripts": [] "scripts": []
} }
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "mocha" "name": "mocha"
, "version": "1.4.2" , "version": "1.4.3"
, "description": "simple, flexible, fun test framework" , "description": "simple, flexible, fun test framework"
, "keywords": ["test", "bdd", "tdd", "tap"] , "keywords": ["test", "bdd", "tdd", "tap"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>" , "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit a0d34ab

Please sign in to comment.