-
-
Notifications
You must be signed in to change notification settings - Fork 17k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
81 additions
and
15 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 |
---|---|---|
|
@@ -176,9 +176,19 @@ This is the first Express 5.0 alpha release, based off 4.10.1. | |
* add: | ||
- `app.router` is a reference to the base router | ||
|
||
unreleased | ||
4.20.0 / 2024-09-10 | ||
========== | ||
|
||
* deps: [email protected] | ||
* Remove link renderization in html while redirecting | ||
* deps: [email protected] | ||
* Remove link renderization in html while redirecting | ||
* deps: [email protected] | ||
* add `depth` option to customize the depth level in the parser | ||
* IMPORTANT: The default `depth` level for parsing URL-encoded data is now `32` (previously was `Infinity`) | ||
* Remove link renderization in html while using `res.redirect` | ||
* deps: [email protected] | ||
- Adds support for named matching groups in the routes using a regex | ||
- Adds backtracking protection to parameters without regexes defined | ||
* deps: encodeurl@~2.0.0 | ||
- Removes encoding of `\`, `|`, and `^` to align better with URL spec | ||
* Deprecate passing `options.maxAge` and `options.expires` to `res.clearCookie` | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
{ | ||
"name": "express", | ||
"description": "Fast, unopinionated, minimalist web framework", | ||
<<<<<<< HEAD | ||
"version": "5.0.0-beta.3", | ||
======= | ||
"version": "4.20.0", | ||
>>>>>>> master | ||
"author": "TJ Holowaychuk <[email protected]>", | ||
"contributors": [ | ||
"Aaron Heckmann <[email protected]>", | ||
|
@@ -42,7 +46,7 @@ | |
"finalhandler": "1.2.0", | ||
"fresh": "0.5.2", | ||
"http-errors": "2.0.0", | ||
"merge-descriptors": "1.0.1", | ||
"merge-descriptors": "1.0.3", | ||
"methods": "~1.1.2", | ||
"mime-types": "~2.1.34", | ||
"on-finished": "2.4.1", | ||
|
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
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