master 1.1.0
Jonathan Ong 2015-10-11 16:31:05 -07:00
parent 0b1b49cb8a
commit af0ae08dc4
2 changed files with 9 additions and 1 deletions

View File

@ -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
==================

View File

@ -1,6 +1,6 @@
{
"name": "koa",
"version": "1.0.0",
"version": "1.1.0",
"description": "Koa web app framework",
"main": "lib/application.js",
"scripts": {