master 1.0.0
Jonathan Ong 2015-08-22 14:47:31 -07:00
parent 8804b7ba6f
commit 0b9c032af1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1.0.0 / 2015-08-22
==================
* add `this.req` check for `querystring()`
* don't log errors with `err.expose`
* `koa` now follows semver!
0.21.0 / 2015-05-23
==================

View File

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