Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Feb 15, 2015
1 parent 3004f22 commit 2203ee5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

4.4.0 / 2014-02-14
==================

* refactor `isGeneratorFunction`
* expose generator function from `co.wrap()`
* drop support for node < 0.12

4.3.0 / 2014-02-05
==================

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "co",
"version": "4.3.1",
"version": "4.4.0",
"description": "generator async control flow goodness",
"keywords": [
"async",
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "co",
"version": "4.3.1",
"version": "4.4.0",
"description": "generator async control flow goodness",
"keywords": [
"async",
Expand All @@ -10,13 +10,12 @@
"coroutine"
],
"devDependencies": {
"bluebird": "^2.0.0",
"istanbul-harmony": "0",
"mocha": "^2.0.0",
"mz": "^1.0.2"
},
"scripts": {
"test": "mocha --harmony --reporter spec",
"test": "mocha --harmony",
"test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
"test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
},
Expand All @@ -27,6 +26,6 @@
"repository": "tj/co",
"engines": {
"iojs": ">= 1.0.0",
"node": ">= 0.11.16"
"node": ">= 0.12.0"
}
}

0 comments on commit 2203ee5

Please sign in to comment.