File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
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
- ## 1.0.0 - 2015-12-19
5
+ ## [ 1.1.0] - 2016-03-18
6
+ ### Added
7
+ - Ability to set a custom ` Content-Type ` for the expected XML-formatted request.
6
8
9
+ ## 1.0.0 - 2015-12-19
7
10
Initial Release.
11
+
12
+ [ 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.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " XML parser middleware for express.js." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://github.com/fiznool/body-parser-xml#readme" ,
25
25
"dependencies" : {
26
- "xml2js" : " ^0.4.15 "
26
+ "xml2js" : " ^0.4.16 "
27
27
},
28
28
"devDependencies" : {
29
- "body-parser" : " ^1.14.2 " ,
30
- "express" : " ^4.13.3 " ,
31
- "mocha" : " ^2.3.4 " ,
32
- "supertest" : " ^1.1 .0"
29
+ "body-parser" : " ^1.15.0 " ,
30
+ "express" : " ^4.13.4 " ,
31
+ "mocha" : " ^2.4.5 " ,
32
+ "supertest" : " ^1.2 .0"
33
33
},
34
34
"engines" : {
35
35
"node" : " >= 0.10"
You can’t perform that action at this time.
0 commit comments