Skip to content

Commit

Permalink
Bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed Apr 8, 2015
1 parent 543ac7e commit cf99bab
Show file tree
Hide file tree
Showing 30 changed files with 35 additions and 29 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#Change Log

## 0.1.7

2015-4-8

* Fix function defination orders.

## 0.1.6

2015-3-25
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Install Continuation.js with [npm](https://npmjs.org/package/continuation):

npm install -g continuation

Latest version: 0.1.6 (2015-03-25)
Latest version: 0.1.7 (2015-04-08)

[Change log](https://github.com/BYVoid/continuation/blob/master/CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "continuation",
"version": "0.1.6",
"version": "0.1.7",
"description": "Continuation.js is a compiler for asynchronous JavaScript Continuation-Passing style transformation",
"author": "BYVoid",
"license": "BSD",
Expand Down
2 changes: 1 addition & 1 deletion test/results/continue.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function _$loop_0(_$loop_0__$cont) {
_$loop_0 = _$loop_0.bind(this);
_$loop_0(function () {
});
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/defer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ fs = require('fs');
console.log(e);
}
}));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/diskusage.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ calcDirSize(path, function (arguments, _$param7, _$param8, _$param9) {
console.log('Size:', Math.round(totalSize / 1024), 'KB');
console.log('Actual Size on Disk:', Math.round(totalBlockSize / 1024), 'KB');
}.bind(this, arguments));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/factor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ factor = function (n, callback) {
};
factor(6, function (arguments) {
}.bind(this, arguments));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/fib.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ fib = function () {
});
};
fib();
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/for.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ function _$loop_0(_$loop_0__$cont) {
_$loop_0 = _$loop_0.bind(this);
_$loop_0(function () {
});
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/forin.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ function _$loop_0(_$loop_0__$cont) {
_$loop_0 = _$loop_0.bind(this);
_$loop_0(function () {
});
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/if.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ var err, text, a;
return _$cont(_$err);
a = err;
}.bind(this)));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/ifvar.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ var b, c, i, j, k, p;
return _$cont(_$err);
console.log(b);
}.bind(this)));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ _$loop_0 = _$loop_0.bind(this);
_$loop_0(function () {
console.log(list);
});
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/loop.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ _$loop_0 = _$loop_0.bind(this);
_$loop_0(function () {
console.log('Done');
});
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/multiple_parallel.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ var _$errors_0 = [];
console.log(d, e, f);
}));
}));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/nested_block.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ var x;
x = 1;
console.log(function (arguments) {
}.bind(this, arguments));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/parallel.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ var _$errors_0 = [];
_$errors_0 = undefined;
console.log('Done', r);
}));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/parallel_exception.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ r = [];
}
console.log('Done');
}));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/pi.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ calcPi(function (arguments, _$param1) {
pi = _$param1;
console.log(pi);
}.bind(this, arguments));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/switch.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ var err, text, end;
}.bind(this)(function (_$err) {
end = 'a';
}.bind(this)));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/switchbreak.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ num = 1;
}
}.bind(this)(function (_$err) {
}.bind(this)));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/this_argument.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ obj.showWithDelay(10, function (arguments) {
obj.showWithDelay('a', 'b', 10, function (arguments) {
}.bind(this, arguments));
}.bind(this, arguments));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/this_argument_if.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ o = {
};
o.inner();
console.log(this.name);
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/try_body.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ var a, err;
}
console.log('Done');
}));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/try_both.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
console.log('Finally');
console.log('Done');
}));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/try_catch.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
}(function () {
console.log('Done');
}));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/try_if.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
}
console.log('Done');
}));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/try_nested_function.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ main(function (arguments, _$param0, _$param1) {
res = _$param1;
console.log('main() finished with', err, res);
}.bind(this, arguments));
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/try_sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ try {
x = 3;
setTimeout(function (arguments) {
}.bind(this, arguments), 10);
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */
2 changes: 1 addition & 1 deletion test/results/whilebreak.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function _$loop_0(_$loop_0__$cont) {
_$loop_0 = _$loop_0.bind(this);
_$loop_0(function () {
});
/* Generated by Continuation.js v0.1.6 */
/* Generated by Continuation.js v0.1.7 */

0 comments on commit cf99bab

Please sign in to comment.