Skip to content

Commit f842f5e

Browse files
committed
0.4.3 release
1 parent 1e2f1c7 commit f842f5e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.4.3 / 2014-04-07
2+
=================
3+
* Refactored WS-security. small modifications to pull #275
4+
* Updated readme to add documentation for passing options to a client request
5+
* Added null check for portType and methods[methodname].output
6+
* Fixed issue where requests that included compex types led to invalid request XML.
7+
* Support for attributes array elements and support for complex extensions with array elements.
8+
* Make sure callback is done asynchronously for a cached wsdl
9+
* Added WSDL inheritance support (#133).
10+
111
0.4.2 / 2014-03-13
212
=================
313
* Added the ability to inspect and clear soap headers.

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.4.2",
3+
"version": "0.4.3",
44
"description": "A minimal node SOAP client",
55
"engines": {
66
"node": ">=0.8.0"

0 commit comments

Comments
 (0)