Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

64 lines (37 loc) · 1.63 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.5 - 2023-04-11

Fixed

  • Downgraded mocha from v10 to v8 so that tests still work when run against node 10.

2.0.4 - 2023-04-11

Updated

2.0.3 - 2021-05-19

Fixed

  • Fixed prototype pollution vulnerability #69 - thanks to @yadhukrishnam for disclosing and fixing

2.0.2 - 2021-05-11

Added

  • Official support for node 16.

2.0.1 - 2020-12-02

Updated

  • Update dependencies and test against node 14.

2.0.0 - 2020-03-25

Fixed

  • Ensure done callback is not called multiple times #4
  • Support bodyparser's 'type' option as function #5

Breaking

  • Remove support for node < 10

1.1.0 - 2016-03-18

Added

  • Ability to set a custom Content-Type for the expected XML-formatted request.

1.0.0 - 2015-12-19

Initial Release.