File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
17
0.4.5 / 2014-05-13
2
18
=================
3
19
* Fixed: Unspecified binding style defaults to 'document' (#346 , #208 )
10
26
* Added namespace prefixes to SOAP headers. #307
11
27
* Provided more documentation around security protocols in the README. #321
12
28
* Added lodash. #321
13
- * Added a default parameter to ClientSSLSecurity. #321
29
+ * Added a deefault parameter to ClientSSLSecurity. #321
14
30
* Fix to reset the generated namespace number. #308
15
31
* Fixed maximum callstack errors on certain responses. #257
16
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " soap" ,
3
- "version" : " 0.4.5 " ,
3
+ "version" : " 0.4.6 " ,
4
4
"description" : " A minimal node SOAP client" ,
5
5
"engines" : {
6
6
"node" : " >=0.8.0"
You can’t perform that action at this time.
0 commit comments