Release 0.13.0

This commit is contained in:
visionmedia
2010-06-01 08:49:04 -07:00
parent 70483484ce
commit db2eb658ca
3 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,15 @@
0.13.0 / 2010-06-01
==================
* Added node v0.1.97 compatibility
* Added support for deleting cookies via Request#cookie('key', null)
* Updated haml submodule
* Fixed not-found page, now using using charset utf-8
* Fixed show-exceptions page, now using using charset utf-8
* Fixed view support due to fs.readFile Buffers
* Changed; mime.type() no longer accepts ".type" due to node extname() changes
0.12.0 / 2010-05-22
==================

View File

@@ -291,7 +291,7 @@ Server = new Class({
// --- Express
Express = {
version: '0.12.0',
version: '0.13.0',
config: [],
routes: [],
plugins: [],

View File

@@ -1,7 +1,7 @@
{
"name": "Express",
"description": "Sinatra inspired web development framework",
"version": "0.12.0",
"version": "0.13.0",
"keywords": ["framework", "sinatra", "web", "rest", "restful"],
"directories": {
"lib": "./lib"