All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.0.5 - 2023-04-11
- Downgraded mocha from v10 to v8 so that tests still work when run against node 10.
2.0.4 - 2023-04-11
- Update xml2js dependency to fix a reported vulnerability.
- Update other dependencies and test against node 18.
2.0.3 - 2021-05-19
- Fixed prototype pollution vulnerability #69 - thanks to @yadhukrishnam for disclosing and fixing
2.0.2 - 2021-05-11
- Official support for node 16.
2.0.1 - 2020-12-02
- Update dependencies and test against node 14.
2.0.0 - 2020-03-25
- Ensure
done
callback is not called multiple times #4 - Support bodyparser's 'type' option as function #5
- Remove support for node < 10
1.1.0 - 2016-03-18
- Ability to set a custom
Content-Type
for the expected XML-formatted request.
Initial Release.