Skip to content

Commit 5d691ff

Browse files
jonchurchPhillip9587
authored andcommitted
doc: pull beta changelog forward into 2.0.0
1 parent f1f47d9 commit 5d691ff

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

HISTORY.md

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

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

4259
2.0.0-beta.2 / 2023-02-23
4360
=========================

0 commit comments

Comments
 (0)