Skip to content

Commit 3be4afa

Browse files
committed
0.6.0
1 parent 2cec9b4 commit 3be4afa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.6.0 / 2014-10-29
2+
=================
3+
* Enhancement: Adding bearer security type Exporting security type for usage.
4+
* Enhancement: The qualified elementFormQualified must be respected only when the current element is not a global element. The namespace attribute is only needed if it's not included in the xmlns.
5+
* Fix: Remove automatic port appending to "Host" header.
6+
* Fix: Avoid creating soap:Header container when there are no children.
7+
* Fix: Allowing a 'null' argument for WSDL methods that take no arguments.
8+
* Fix: Wrong initialization of xmlns array when handling rpc stype wsdl.
9+
* Fix: Fault handling. err should be used less frequently now.
10+
* Fix: Added checking if there is input and output for operations under bindings section.
11+
* Fix: XSD conflict with same namespace.
12+
113
0.5.1 / 2014-07-11
214
=================
315
* Enhancement: Add "defaults" parameter to BasicAuthSecurity's constructor

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "soap",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "A minimal node SOAP client",
55
"engines": {
66
"node": ">=0.8.0"

0 commit comments

Comments
 (0)