We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e43b6 commit ff4b6c9Copy full SHA for ff4b6c9
History.md
@@ -1,3 +1,10 @@
1
+0.4.5 / 2014-05-13
2
+=================
3
+* Fixed: Unspecified binding style defaults to 'document' (#346, #208)
4
+* Fixed: WSDL parse errors bubble up (#344)
5
+* Fixed: AssertionError: Invalid child type when WSDL contains imports (#322, #337)
6
+* Fixed: TargetNamespace not loaded when import in schema (#327, #325)
7
+
8
0.4.4 / 2014-04-16
9
=================
10
* Added namespace prefixes to SOAP headers. #307
package.json
@@ -1,6 +1,6 @@
{
"name": "soap",
- "version": "0.4.4",
+ "version": "0.4.5",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=0.8.0"
0 commit comments