Skip to content

Commit 4553cf4

Browse files
committed
v2.0.0
1 parent d680f97 commit 4553cf4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.0] - 2020-03-25
6+
### Fixed
7+
- Ensure `done` callback is not called multiple times #4
8+
- Support bodyparser's 'type' option as function #5
9+
10+
### Breaking
11+
- Remove support for node < 10
12+
513
## [1.1.0] - 2016-03-18
614
### Added
715
- Ability to set a custom `Content-Type` for the expected XML-formatted request.
816

917
## 1.0.0 - 2015-12-19
1018
Initial Release.
1119

20+
[2.0.0]: https://github.com/fiznool/body-parser-xml/compare/v1.1.0...v2.0.0
1221
[1.1.0]: https://github.com/fiznool/body-parser-xml/compare/v1.0.0...v1.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "body-parser-xml",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "XML parser middleware for express.js.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)