0.7.0
This commit is contained in:
parent
4a6b49cd30
commit
1f908137d2
2 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,12 @@
|
|||
|
||||
0.7.0 / 2014-06-07
|
||||
==================
|
||||
|
||||
* add `this.lastModified` and `this.etag` as both getters and setters for ubiquity #292.
|
||||
See koajs/koa@4065bf7 for an explanation.
|
||||
* refactor `this.response.vary()` to use [vary](https://github.com/expressjs/vary) #291
|
||||
* remove `this.response.append()` #291
|
||||
|
||||
0.6.3 / 2014-06-06
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "0.6.3",
|
||||
"version": "0.7.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue