Skip to content

Commit

Permalink
Release 0.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Jul 13, 2012
1 parent 6790233 commit e38c217
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,19 @@ of functions a ***cadence***. We call an individual function in a cadence a

Changes for each release.

### Version 0.0.4 — Wed Jul 11 21:56:29 UTC 2012

* No inference when there are no arguments. #40.

### Version 0.0.3 — Wed Jul 11 00:54:38 UTC 2012

* Set context after uncaught error. #39.

### Version 0.0.2 - Sun Jul 8 05:48:38 UTC 2012
### Version 0.0.2 — Sun Jul 8 05:48:38 UTC 2012

* Remove object merge with cadence context. #38.

### Version 0.0.1 - Sun Jul 8 04:28:52 UTC 2012
### Version 0.0.1 — Sun Jul 8 04:28:52 UTC 2012

* Test case for Proof set context. #35.
* Variadic and external arguments. #34. #31.
Expand Down Expand Up @@ -62,7 +66,7 @@ Changes for each release.
* Gather results from parallel executions. #10.
* Infer context names from step function argument names. #7.

### Version 0.0.0 - Tue Jul 3 19:17:38 UTC 2012
### Version 0.0.0 — Tue Jul 3 19:17:38 UTC 2012

* Build on Travis CI. #5.
* Extract Cadence from Proof. #6.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "name": "cadence"
, "description": "A Swiss Army asynchronous control flow function for JavaScript."
, "author": "Alan Gutierrez <[email protected]>"
, "version": "0.0.3"
, "version": "0.0.4"
, "keywords": [ "async", "asynchronous", "control", "flow" ]
, "licenses": [
{ "type": "MIT"
Expand Down

0 comments on commit e38c217

Please sign in to comment.