mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
Release 0.13.0
This commit is contained in:
11
History.md
11
History.md
@@ -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
|
||||
==================
|
||||
|
||||
|
||||
@@ -291,7 +291,7 @@ Server = new Class({
|
||||
// --- Express
|
||||
|
||||
Express = {
|
||||
version: '0.12.0',
|
||||
version: '0.13.0',
|
||||
config: [],
|
||||
routes: [],
|
||||
plugins: [],
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user