Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-27 | 1.7 kB | |
v2.2.0 source code.tar.gz | 2025-03-27 | 27.9 kB | |
v2.2.0 source code.zip | 2025-03-27 | 40.9 kB | |
Totals: 3 Items | 70.5 kB | 9 |
What's Changed
- test: remove
--bail
from test script by @Phillip9587 in https://github.com/expressjs/body-parser/pull/583 - ci: separate lint step by @Phillip9587 in https://github.com/expressjs/body-parser/pull/582
- fix: remove skip of test by @bjohansebas in https://github.com/expressjs/body-parser/pull/589
- ci: use
lcovonly
reporter for thetest-ci
script by @Phillip9587 in https://github.com/expressjs/body-parser/pull/584 - docs: remove security file by @bjohansebas in https://github.com/expressjs/body-parser/pull/590
- fix(docs): replace var with let or const in ReadMe by @Binilkks in https://github.com/expressjs/body-parser/pull/581
- chore: update test dependencies by @Phillip9587 in https://github.com/expressjs/body-parser/pull/585
- dep: upgrade iconv-lite to ^0.6.3 by @aqeelat in https://github.com/expressjs/body-parser/pull/588
- Refactor parameterCount to optimize performance by @wojtekmaj in https://github.com/expressjs/body-parser/pull/591
- refactor: normalize common options for all parsers by @Phillip9587 in https://github.com/expressjs/body-parser/pull/551
- refactor: cleanup parser options by @Phillip9587 in https://github.com/expressjs/body-parser/pull/596
- Release 2.2.0 by @UlisesGascon in https://github.com/expressjs/body-parser/pull/597
New Contributors
- @Binilkks made their first contribution in https://github.com/expressjs/body-parser/pull/581
- @aqeelat made their first contribution in https://github.com/expressjs/body-parser/pull/588
- @wojtekmaj made their first contribution in https://github.com/expressjs/body-parser/pull/591
Full Changelog: https://github.com/expressjs/body-parser/compare/v2.1.0...v2.2.0