This commit is contained in:
Jonathan Ong 2014-06-07 03:50:24 -07:00
parent 4a6b49cd30
commit 1f908137d2
2 changed files with 9 additions and 1 deletions

View File

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

View File

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