Skip to content

Commit 64dfc0b

Browse files
committed
Release 2.0.0
1 parent c967cf6 commit 64dfc0b

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ node_js:
33
- "0.11"
44
- "0.10"
55
- "0.8"
6-
- "0.6"

History.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.0.0 / 2014-10-21
2+
==================
3+
4+
* remove: support for node 0.6.x, 0.4.x
5+
* fix: landing reporter with non ansi characters (#211)
6+
* fix: html reporter - preserve query params when navigating to suites/tests (#1358)
7+
* fix: json stream reporter add error message to failed test
8+
* fix: fixes for visionmedia -> mochajs
9+
* fix: use stdio, fixes node deprecation warnings (#1391)
110

211
1.21.5 / 2014-10-11
312
==================
@@ -17,7 +26,7 @@
1726
* fix: ability to disable syntax highlighting (#1329)
1827
* fix: added empty object to errorJSON() call to catch when no error is present
1928
* fix: never time out after calling enableTimeouts(false)
20-
* fix: timeout(0) will work at suite level (#1300)
29+
* fix: timeout(0) will work at suite level (#1300)
2130
* Fix for --watch+only() issue (#888 )
2231
* fix: respect err.showDiff, add Base reporter test (#810)
2332

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "1.21.5",
3+
"version": "2.0.0",
44
"homepage": "http://mocha.github.io/mocha",
55
"description": "simple, flexible, fun test framework",
66
"authors": [

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "1.21.5",
3+
"version": "2.0.0",
44
"repo": "mochajs/mocha",
55
"description": "simple, flexible, fun test framework",
66
"keywords": [

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "1.21.5",
3+
"version": "2.0.0",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",
@@ -30,7 +30,7 @@
3030
"_mocha": "./bin/_mocha"
3131
},
3232
"engines": {
33-
"node": ">= 0.4.x"
33+
"node": ">= 0.8.x"
3434
},
3535
"scripts": {
3636
"test": "make test-all"

0 commit comments

Comments
 (0)