Skip to content

Commit

Permalink
Release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herom committed Aug 8, 2017
1 parent a337681 commit e560c70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.20.0 / 2017-08-08
===================
* [ENHANCEMENT] Added `bluebird.js` promise library in order to provide `[methodName]Asyc` in `Client` (#956)
* [ENHANCEMENT] Added `option` to handle `nilAsNull` in `SOAP` responses (#952)
* [ENHANCEMENT] Added `option` to return a `SOAP Fault` instead of `stack` (error) on bad request (#951)
* [MAINTENANCE] Removed uneccessary variable declaration in `http.js` (#948)
* [ENHANCEMENT] Added possibiltiy to alter `XML` before it is sent (#943)
* [FIX] Updated vulnerable module `finalhandler` to version `^1.0.3` (#946)
* [ENHANCEMENT] Added possibility to submit `XML`-Strings to SOAP Client API (#918)

0.19.2 / 2017-06-12
===================
* [FIX] Recursive types cause infinite loop (#940)
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.19.2",
"version": "0.20.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit e560c70

Please sign in to comment.