~Version 0.19.0~ Deprecated
THIS RELEASE HAS BEEN DEPRECATED. IT INTRODUCED A BACKWARDS INCOMPATIBLE CHANGE.
- [FIX] Fixed missing namespace declaration on
Arrayif the namespace is already declared with another prefix. (#923) - [DOC] Fix spelling error (#917)
- [FIX] Add
sequenceto field if it's defined within thecomplextType(#914) - [MAINTENANCE] Drop deprecated
node-uuidpackage and use theuuid(successor) instead (#913) - [FIX] Only add references for the soap:Body and wsse:Security/Timestamp elements in WSSecurityCert (#911)
- [MAINTENANCE] Updated
ejspackage version inpackage.json(#908) - [ENHANCEMENT] Added possiblity to pass your own "custom deserializer" within the
wsdlOptionsincreateClient()method (#901) - [ENHANCEMENT] Added possibility to use your own "exchange ID" (#907)
- [ENHANCEMENT] Added "exchange ID" (
eid) in emitted client events (#903) - [ENHANCEMENT] Added option to suppress error stack in server response (#904)
- [FIX] Set namespace prefix for first element if
elementFormDefault=unqualified(#905) - [FIX] Fixed test (use
assertinstead ofshould()chain) intest/server-test.js(#906) - [DOC] Fix documentation in
test/request-response-samples/README.md(#900)