Skip to content

Commit

Permalink
Release v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Jun 20, 2019
1 parent d4bc843 commit f490068
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
0.28.0 / 2019-06-20
===================

* [ENHANCEMENT] Added support for parsing of doubles and floats. (#1065)
* [ENHANCEMENT] Adds promise server authentication (#1069)
* [ENHANCEMENT] Expose the WSDL class (#1071)
* [ENHANCEMENT] Now supporting XSI namespace overrides (#1079)
* [ENHANCEMENT] added possibility to add action to content-type header (#1073)
* [ENHANCEMENT] client.addSoapHeader() dynamic SOAP header (#1062)
* [ENHANCEMENT] emit response events allowing user override on response XML (#1070)
* [FIX] Fix description for recursive wsdl with extended element (#1078)
* [FIX] Fixes issue with unknown ReadableStream type (#1076)
* [FIX] Update types to make `options` optional for createClientAsync (#1068)
* [FIX] fix for soap 1.2 content-type header, missing action key (#1075)
* [FIX] types: move forceSoap12Headers to IWsdlBaseOptions (#1063)
* [MAINTENANCE] Updated read me to reflect changes in soap.listen (#1060)

0.27.1 / 2019-04-19
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soap",
"version": "0.27.1",
"version": "0.28.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=4.0.0"
Expand Down

0 comments on commit f490068

Please sign in to comment.