0.18.0
This commit is contained in:
parent
c5545cd918
commit
e3510bab28
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
|
|
||||||
|
0.18.0 / 2015-02-14
|
||||||
|
==================
|
||||||
|
|
||||||
|
* experimental es6 async function support via `app.experimental = true`
|
||||||
|
* use `content-type` instead of `media-typer`
|
||||||
|
|
||||||
0.17.0 / 2015-02-05
|
0.17.0 / 2015-02-05
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "lib/application.js",
|
"main": "lib/application.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue