File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+ All notable changes to this project will be documented in this file.
3+ This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4+
5+ ## 1.0.0 - 2015-12-19
6+
7+ Initial Release.
Original file line number Diff line number Diff line change 11{
22 "name" : " body-parser-xml" ,
3- "version" : " 1.0.0-alpha1 " ,
4- "description" : " Adds an XML parser to body-parser ." ,
3+ "version" : " 1.0.0" ,
4+ "description" : " XML parser middleware for express.js ." ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " node_modules/mocha/bin/mocha test.js"
1313 "keywords" : [
1414 " express" ,
1515 " xml" ,
16+ " middleware" ,
1617 " body-parser"
1718 ],
1819 "author" : " Tom Spencer <fiznool@gmail.com>" ,
2930 "express" : " ^4.13.3" ,
3031 "mocha" : " ^2.3.4" ,
3132 "supertest" : " ^1.1.0"
33+ },
34+ "engines" : {
35+ "node" : " >= 0.10"
3236 }
3337}
You can’t perform that action at this time.
0 commit comments