This commit is contained in:
jongleberry 2017-03-07 23:09:43 -08:00
parent e6539e1cf2
commit ebed04f342
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,12 @@
2.1.0 / 2017-03-07
==================
* added: return middleware chain promise from `callback()` #848
* added: node v7.7+ `res.getHeaderNames()` support #930
* added: `err.headerSent` in error handling #919
* added: lots of docs!
2.0.1 / 2017-02-25
==================

View file

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