Skip to content

Commit

Permalink
Release v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Sep 28, 2015
1 parent d3c01d5 commit 262b6fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
@@ -1,3 +1,14 @@
0.9.4 / 2015-09-28
=================
[MAINTENANCE] Adding node v4.0 to .travis.yml. (#729)
[MAINTENANCE] Increasing mocha test timeout to 10 seconds. (#732)
[FIX] Resolve element references when other types are referenced. (#725)
[DOC] Update Readme.md
[ENHANCEMENT] New Ignorebasenamespaces option. (#716)
[ENHANCEMENT] Add optional statusCode on soap fault. (#715)
[FIX] Fix for wsdl retrieval using soap.createClient with special options.httpClient. Before this, the specified client was not used when fetching the wsdl file. This fix will force the wsdl to use the specified httpClient. (#714)
[FIX] Allow WSDL to be loaded from HTTPS sites. (#694)

0.9.3 / 2015-09-08
=================
* [ENHANCEMENT] Allow namespace overriding for elements. (#709)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "soap",
"version": "0.9.3",
"version": "0.9.4",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit 262b6fa

Please sign in to comment.