0.17.0
This commit is contained in:
parent
d4d1c617ec
commit
4b57c105e3
2 changed files with 12 additions and 1 deletions
11
History.md
11
History.md
|
@ -1,4 +1,15 @@
|
||||||
|
|
||||||
|
0.17.0 / 2015-02-05
|
||||||
|
==================
|
||||||
|
|
||||||
|
Breaking change if you're using an old version of node v0.11!
|
||||||
|
Otherwise, you should have no trouble upgrading.
|
||||||
|
|
||||||
|
* official iojs support
|
||||||
|
* drop support for node.js `>= 0.11.0 < 0.11.16`
|
||||||
|
* use `Object.setPrototypeOf()` instead of `__proto__`
|
||||||
|
* update dependencies
|
||||||
|
|
||||||
0.16.0 / 2015-01-27
|
0.16.0 / 2015-01-27
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "0.16.0",
|
"version": "0.17.0",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "lib/application.js",
|
"main": "lib/application.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue