Skip to content

Commit d5746a3

Browse files
committed
0.4.6 release
1 parent 331b528 commit d5746a3

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

History.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
0.5.0 / 2014-06-16
2+
=================
3+
* Fix for the `elementFormDefault` functionality.
4+
* Fix determining the namespace for complex elements.
5+
* Add support for the `elementFormDefault` schema attribute.
6+
* Fixing duplicate code which had gotten introduced because of a merge.
7+
* Added the ability to specify elements in a $value attribute for complex types.
8+
* Allowing the property name "attributes" to be configurable.
9+
* Fix for andling object arrays.
10+
* Fix for WSDL and Schema interaction.
11+
* Allowing response.xml to be optional in tests.
12+
* Allowing request.xml and response.json to be optional for tests.
13+
* Fix for adding an undefined XML namespace.
14+
* Added some documentation on options object when calling createClient.
15+
* Fix for namespaces in headers not being added appropriately.
16+
117
0.4.5 / 2014-05-13
218
=================
319
* Fixed: Unspecified binding style defaults to 'document' (#346, #208)
@@ -10,7 +26,7 @@
1026
* Added namespace prefixes to SOAP headers. #307
1127
* Provided more documentation around security protocols in the README. #321
1228
* Added lodash. #321
13-
* Added a default parameter to ClientSSLSecurity. #321
29+
* Added a deefault parameter to ClientSSLSecurity. #321
1430
* Fix to reset the generated namespace number. #308
1531
* Fixed maximum callstack errors on certain responses. #257
1632

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

0 commit comments

Comments
 (0)