File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.24.0 / 2018-04-05
2
+ ===================
3
+ * [ DOC] Error on custom deserializer example (#1000 )
4
+ * [ DOC] Fix broken link
5
+ * [ DOC] adding bullets to separate each option
6
+ * [ DOC] changed ClientSSLSecurity to ClientSSLSecurityPFX in the readme file
7
+ * [ DOC] clarify section on client events in Readme.md (#989 )
8
+ * [ ENHANCEMENT] Added one-way response configuration options
9
+ * [ ENHANCEMENT] Adding support for SOAP 1.2 Envelope Headers in the server side (#1003 )
10
+ * [ ENHANCEMENT] Enable multiArgs during promisification
11
+ * [ ENHANCEMENT] add Client.wsdl for accessing client.wsdl during soap.createClient() (#990 )
12
+ * [ ENHANCEMENT] add option to remove element-by-element namespacing of json arrays (#994 )
13
+ * [ ENHANCEMENT] add rawRequest to callback arguments (#992 )
14
+ * [ FIX] Fixed checking for empty obj.Body before further actions (#986 )
15
+ * [ FIX] Lookup definitions in child element first (#958 )
16
+ * [ FIX] only detect xsi: nil if its value is ` true ` (#983 )
17
+ * [ MAINTENANCE] Updating the coverage to use the new version of Istanbul framework, the nyc.
18
+ * [ MAINTENANCE] Upgrade Lodash to 4.17.5 (#1001 )
19
+
1
20
0.23.0 / 2017-10-18
2
21
===================
3
22
* [ FIX] Fixing tests broken by #979
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " soap" ,
3
- "version" : " 0.23 .0" ,
3
+ "version" : " 0.24 .0" ,
4
4
"description" : " A minimal node SOAP client" ,
5
5
"engines" : {
6
6
"node" : " >=4.0.0"
You can’t perform that action at this time.
0 commit comments