2.1.0
This commit is contained in:
parent
e6539e1cf2
commit
ebed04f342
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue