Comparing version
@@ -0,1 +1,5 @@ | ||
0.1.1 / 2012-06-12 | ||
------------------ | ||
* Bug fix related to `next()` function losing scope of proper `this` | ||
0.1.0 / 2012-06-07 | ||
@@ -2,0 +6,0 @@ ------------------ |
// Generated by CoffeeScript 1.3.3 | ||
(function() { | ||
var NextFlow, next; | ||
var NextFlow, next, | ||
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; | ||
@@ -11,2 +12,4 @@ NextFlow = (function() { | ||
this.nextObject = nextObject; | ||
this.next = __bind(this.next, this); | ||
this.keys = []; | ||
@@ -13,0 +16,0 @@ this.funcs = []; |
@@ -5,3 +5,3 @@ { | ||
"description": "A simple control-flow library for Node.js targetted towards CoffeeScript developers.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jprichardson/node-nextflow", | ||
@@ -23,3 +23,5 @@ "keywords": ["async", "seq", "step", "asynchronous", "sequential", "control", "flow", "coffee", "coffee-script", "coffeescript"], | ||
"mocha": "1.0.x", | ||
"growl": "1.5.x" | ||
"growl": "1.5.x", | ||
"fs-extra": "0.1.x", | ||
"path-extra": "0.0.x" | ||
}, | ||
@@ -26,0 +28,0 @@ "optionalDependencies": {}, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10190
6.72%49
4.26%5
66.67%