Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 22, 2010
1 parent 746cda2 commit ca782db
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions History.md
@@ -1,4 +1,15 @@

0.12.0 / 2010-05-22
==================

* Added node v0.1.96 compatibility
* Added view `helpers` export which act as additional local variables
* Updated haml submodule
* Changed ETag; removed inode, modified time only
* Fixed LF to CRLF for setting multiple cookies
* Fixed cookie complation; values are now urlencoded
* Fixed cookies parsing; accepts quoted values and url escaped cookies

0.11.0 / 2010-05-06
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/express/core.js
Expand Up @@ -291,7 +291,7 @@ Server = new Class({
// --- Express

Express = {
version: '0.11.0',
version: '0.12.0',
config: [],
routes: [],
plugins: [],
Expand Down
2 changes: 1 addition & 1 deletion seed.yml
@@ -1,4 +1,4 @@
---
name: Express
description: Sinatra inspired web development framework
version: 0.11.0
version: 0.12.0

0 comments on commit ca782db

Please sign in to comment.