-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Invoke default with same arguments as types in res.format
closes #3587
- Loading branch information
1 parent
10b9b50
commit 9482b82
Showing
3 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ unreleased | |
* Allow `options` without `filename` in `res.download` | ||
* Deprecate string and non-integer arguments to `res.status` | ||
* Ignore `Object.prototype` values in settings through `app.set`/`app.get` | ||
* Invoke `default` with same arguments as types in `res.format` | ||
* Support proper 205 responses using `res.send` | ||
* deps: [email protected] | ||
- Remove set content headers that break response | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters