Skip to content

Releases: fiznool/body-parser-xml

v2.0.5

11 Apr 22:09
467ba72
Compare
Choose a tag to compare

Fixed

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

v2.0.4

11 Apr 22:08
23a2bce
Compare
Choose a tag to compare

Updated

v2.0.3

19 May 10:11
85a8334
Compare
Choose a tag to compare

Fixed

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

v2.0.2

11 May 16:01
f025695
Compare
Choose a tag to compare

Added

  • Official support for node 16.

v2.0.1

02 Dec 10:30
b2405f1
Compare
Choose a tag to compare

Updated

  • Update dependencies and test against node 14.

v2.0.0

25 Mar 16:26
3b40a6e
Compare
Choose a tag to compare

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

18 Mar 13:46
Compare
Choose a tag to compare

Added

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

v1.0.0

19 Dec 21:04
Compare
Choose a tag to compare

Initial Release.