File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
13
## [ 1.1.0] - 2016-03-18
6
14
### Added
7
15
- Ability to set a custom ` Content-Type ` for the expected XML-formatted request.
8
16
9
17
## 1.0.0 - 2015-12-19
10
18
Initial Release.
11
19
20
+ [ 2.0.0 ] : https://github.com/fiznool/body-parser-xml/compare/v1.1.0...v2.0.0
12
21
[ 1.1.0 ] : https://github.com/fiznool/body-parser-xml/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " body-parser-xml" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " XML parser middleware for express.js." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments