Skip to content

Commit 35de458

Browse files
committed
doc: pull beta changelog forward into 2.0.0
1 parent b24797b commit 35de458

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

HISTORY.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,26 @@ unreleased
3333

3434
2.0.0 / 2024-09-10
3535
=========================
36-
* Propagate changes from 1.20.3
37-
* add brotli support #406
38-
* Breaking Change: Node.js 18 is the minimum supported version
36+
37+
## Breaking Changes
38+
* Node.js 18 is the minimum supported version
39+
* `req.body` is no longer always initialized to `{}`
40+
- it is left `undefined` unless a body is parsed
41+
* Remove deprecated `bodyParser()` combination middleware
42+
* ~`urlencoded` parser now defaults `extended` to `false`~ as released, this is not the case, fixed in 2.0.1
43+
* `urlencoded` simple parser now uses `qs` module instead of `querystring` module
44+
45+
## Features
46+
* Add brotli support #406
47+
* urlencoded: Add option to customize the depth with a default value of 32
48+
* urlencoded: Support iso-8859-1, utf8 sentinel, and numeric entities
49+
* Use `on-finished` to determine when body read
50+
51+
## Dependencies
52+
* deps: raw-body@^3.0.0
53+
54+
55+
3956

4057
2.0.0-beta.2 / 2023-02-23
4158
=========================

0 commit comments

Comments
 (0)