Comparing version 3.0.6 to 3.1.0
{ | ||
"name": "vo", | ||
"version": "3.0.6", | ||
"version": "3.1.0", | ||
"description": "Vo is a control flow library for minimalists", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
3.1.0 / 2016-03-17 | ||
================== | ||
* only patch the files passed in as arguments | ||
3.0.6 / 2016-03-17 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "vo", | ||
"version": "3.0.6", | ||
"version": "3.1.0", | ||
"description": "Vo is a control flow library for minimalists", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -26,2 +26,18 @@ | ||
## Vo Runtime | ||
Now you can run generators top-level with the runtime: | ||
**index.js** | ||
```js | ||
var res = yield superagent.get('http://google.com') | ||
console.log(res.status) // 200 | ||
return res.status | ||
``` | ||
```bash | ||
vo index.js // 200 | ||
``` | ||
## Things to keep in mind | ||
@@ -28,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
91585
15
2313
80