Skip to content

Commit d6d22c9

Browse files
committed
Release v0.24.0
1 parent 414c225 commit d6d22c9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

History.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
0.23.0 / 2017-10-18
221
===================
322
* [FIX] Fixing tests broken by #979

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "soap",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "A minimal node SOAP client",
55
"engines": {
66
"node": ">=4.0.0"

0 commit comments

Comments
 (0)