Releases: fiznool/body-parser-xml
Releases · fiznool/body-parser-xml
v2.0.5
Fixed
- Downgraded mocha from v10 to v8 so that tests still work when run against node 10.
v2.0.3
Fixed
- Fixed prototype pollution vulnerability #69 - thanks to @yadhukrishnam for disclosing and fixing
v2.0.2
Added
- Official support for node 16.
v2.0.1
Updated
- Update dependencies and test against node 14.
v2.0.0
Fixed
- Ensure
done
callback is not called multiple times #4
- Support bodyparser's 'type' option as function #5
Breaking
- Remove support for node < 10
v1.1.0
Added
- Ability to set a custom
Content-Type
for the expected XML-formatted request.