Skip to content

Commit

Permalink
Prepared release 3.0.0alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 5, 2012
1 parent 64aac19 commit fc179c8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

3.0.0alpha3 / 2012-05-04
==================

* Added public `app.routes`. Closes #887
* Added _view-locals_ example
* Added _mvc_ example
* Added `res.locals.use()`. Closes #1120
* Added conditional-GET support to `res.send()`
* Added: coerce `res.set()` values to strings
* Changed: moved `static()` in generated apps below router
* Changed: `res.send()` only set ETag when not previously set
* Changed connect 2.2.1 dep
* Changed: `make test` now runs unit / acceptance tests
* Fixed req/res proto inheritance

3.0.0alpha2 / 2012-04-26
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports = module.exports = createApplication;
* Framework version.
*/

exports.version = '3.0.0alpha2';
exports.version = '3.0.0alpha3';

/**
* Create an express application.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.0.0alpha2",
"version": "3.0.0alpha3",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{ "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" },
Expand Down

0 comments on commit fc179c8

Please sign in to comment.