2.0.0
版本发布时间: 2024-09-10 11:29:22
expressjs/body-parser最新发布版本:2.0.1(2024-09-10 12:14:44)
What's Changed
Important
- add brotli support #406
- Breaking Change: Node.js 18 is the minimum supported version
Details
- chore: add support for OSSF scorecard reporting by @inigomarquinez in https://github.com/expressjs/body-parser/pull/522
- ci: fix errors in ci github action for node 8 and 9 by @inigomarquinez in https://github.com/expressjs/body-parser/pull/523
- fix: pin to node@22.4.1 by @wesleytodd in https://github.com/expressjs/body-parser/pull/527
- deps: qs@6.12.3 by @melikhov-dev in https://github.com/expressjs/body-parser/pull/521
- Drop support for less than LTS node versions in v2 by @wesleytodd in https://github.com/expressjs/body-parser/pull/528
- Also use the qs module for the simple parser by @papandreou in https://github.com/expressjs/body-parser/pull/387
-
raw-body@3
by @wesleytodd in https://github.com/expressjs/body-parser/pull/529 - urlencoded: Support iso-8859-1, utf8 sentinel, and numeric entities by @papandreou in https://github.com/expressjs/body-parser/pull/326
- Added support for brotli ('br') content-encoding by @danielgindi in https://github.com/expressjs/body-parser/pull/406
- Add OSSF Scorecard badge by @bjohansebas in https://github.com/expressjs/body-parser/pull/531
- Linter by @UlisesGascon in https://github.com/expressjs/body-parser/pull/534
- Release: 1.20.3 by @UlisesGascon in https://github.com/expressjs/body-parser/pull/535
New Contributors
- @inigomarquinez made their first contribution in https://github.com/expressjs/body-parser/pull/522
- @wesleytodd made their first contribution in https://github.com/expressjs/body-parser/pull/527
- @melikhov-dev made their first contribution in https://github.com/expressjs/body-parser/pull/521
- @papandreou made their first contribution in https://github.com/expressjs/body-parser/pull/387
- @danielgindi made their first contribution in https://github.com/expressjs/body-parser/pull/406
- @bjohansebas made their first contribution in https://github.com/expressjs/body-parser/pull/531
- @UlisesGascon made their first contribution in https://github.com/expressjs/body-parser/pull/534
Full Changelog: https://github.com/expressjs/body-parser/compare/1.20.2...2.0.0