Skip to content

Commit

Permalink
Release 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 19, 2011
1 parent 5785e7e commit 4d8d5b1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

2.4.5 / 2011-08-19
==================

* Added support for routes to handle errors. Closes #809
* Added `app.routes.all()`. Closes #803
* Added "basepath" setting to work in conjunction with reverse proxies etc. * Refactored `Route` to use a single array of callbacks
* Added support for multiple callbacks for `app.param()`. Closes #801
Closes #805
* Changed: removed .call(self) for route callbacks
* Dependency: `qs >= 0.3.1`
* Fixed `res.redirect()` on windows due to `join()` usage. Closes #808

2.4.4 / 2011-08-05
==================

* Fixed `res.header()` intention of a set, even when `undefined`
* Fixed `*`, value no longer required
* Fixed `res.send(204)` support. Closes #771

2.4.3 / 2011-07-14
==================

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

exports.version = '2.4.3';
exports.version = '3.0.0alpha1';

/**
* Shortcut for `new Server(...)`.
Expand Down

0 comments on commit 4d8d5b1

Please sign in to comment.