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 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
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.
68
9+ ## 1.0.0 - 2015-12-19
710Initial 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 11{
22 "name" : " body-parser-xml" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " XML parser middleware for express.js." ,
55 "main" : " index.js" ,
66 "scripts" : {
2323 },
2424 "homepage" : " https://github.com/fiznool/body-parser-xml#readme" ,
2525 "dependencies" : {
26- "xml2js" : " ^0.4.15 "
26+ "xml2js" : " ^0.4.16 "
2727 },
2828 "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"
3333 },
3434 "engines" : {
3535 "node" : " >= 0.10"
You can’t perform that action at this time.
0 commit comments