|
2111 | 2111 |
|
2112 | 2112 | - deprecate `connect(middleware)` -- use `app.use(middleware)` instead
|
2113 | 2113 | - deprecate `connect.createServer()` -- use `connect()` instead
|
2114 |
| - - fix `res.setHeader()` patch to work with with get -> append -> set pattern |
| 2114 | + - fix `res.setHeader()` patch to work with get -> append -> set pattern |
2115 | 2115 | - deps: compression@~1.0.8
|
2116 | 2116 | - deps: errorhandler@~1.1.1
|
2117 | 2117 | - deps: express-session@~1.5.0
|
@@ -3322,8 +3322,8 @@ Shaw]
|
3322 | 3322 | * Added node v0.1.97 compatibility
|
3323 | 3323 | * Added support for deleting cookies via Request#cookie('key', null)
|
3324 | 3324 | * Updated haml submodule
|
3325 |
| - * Fixed not-found page, now using using charset utf-8 |
3326 |
| - * Fixed show-exceptions page, now using using charset utf-8 |
| 3325 | + * Fixed not-found page, now using charset utf-8 |
| 3326 | + * Fixed show-exceptions page, now using charset utf-8 |
3327 | 3327 | * Fixed view support due to fs.readFile Buffers
|
3328 | 3328 | * Changed; mime.type() no longer accepts ".type" due to node extname() changes
|
3329 | 3329 |
|
@@ -3358,7 +3358,7 @@ Shaw]
|
3358 | 3358 | ==================
|
3359 | 3359 |
|
3360 | 3360 | * Added charset support via Request#charset (automatically assigned to 'UTF-8' when respond()'s
|
3361 |
| - encoding is set to 'utf8' or 'utf-8'. |
| 3361 | + encoding is set to 'utf8' or 'utf-8'). |
3362 | 3362 | * Added "encoding" option to Request#render(). Closes #299
|
3363 | 3363 | * Added "dump exceptions" setting, which is enabled by default.
|
3364 | 3364 | * Added simple ejs template engine support
|
@@ -3397,7 +3397,7 @@ Shaw]
|
3397 | 3397 | * Added [haml.js](http://github.com/visionmedia/haml.js) submodule; removed haml-js
|
3398 | 3398 | * Added callback function support to Request#halt() as 3rd/4th arg
|
3399 | 3399 | * Added preprocessing of route param wildcards using param(). Closes #251
|
3400 |
| - * Added view partial support (with collections etc) |
| 3400 | + * Added view partial support (with collections etc.) |
3401 | 3401 | * Fixed bug preventing falsey params (such as ?page=0). Closes #286
|
3402 | 3402 | * Fixed setting of multiple cookies. Closes #199
|
3403 | 3403 | * Changed; view naming convention is now NAME.TYPE.ENGINE (for example page.html.haml)
|
|
0 commit comments