1.1.0
This commit is contained in:
parent
0b1b49cb8a
commit
af0ae08dc4
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
1.1.0 / 2015-10-11
|
||||||
|
==================
|
||||||
|
|
||||||
|
* add `app.silent=<Boolean>` to toggle error logging @tejasmanohar #486
|
||||||
|
* add `ctx.origin` @chentsulin #480
|
||||||
|
* various refactoring
|
||||||
|
- add `use strict` everywhere
|
||||||
|
|
||||||
1.0.0 / 2015-08-22
|
1.0.0 / 2015-08-22
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "1.0.0",
|
"version": "1.1.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