Skip to content

Version 0.9.4

Compare
Choose a tag to compare
@jsdevel jsdevel released this 28 Sep 22:58
· 470 commits to master since this release
  • [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)