Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinay Pulim committed Feb 16, 2014
1 parent 7d0bff6 commit da4475d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.4.0 / 2014-02-15
==================

* package; increased minor version to 0.4 (xml parser change, tests)
* remove execute privileges on files #216
* add travis #219
* add jshint for index.js #220
* remove execute permissions on .gitignore #227
* fixed; fix requests if SOAP service is not on port 80, do not crash on errors #228
* fixed; undefined value for json in client method when message names end with Out or Output. #243
* add non xmlns attributes to elements during response parsing #241
* package; replace expat dependency with sax #246
* fixed; "Uncaught TypeError: Cannot read property '0' of undefined" #248

0.3.2 / 2014-01-21
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soap",
"version": "0.3.2",
"version": "0.4.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit da4475d

Please sign in to comment.