Skip to content

Commit

Permalink
Release v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Feb 11, 2019
1 parent 2f159d0 commit 63bd7b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
0.26.0 / 2019-02-11
===================

* [FIX] WSDL: make merging external schema works correctly (#1023)
* [FIX] WSDL: pass error from parsing XML as-is, not only its message (#1022)
* [ENHANCEMENT] server: add option enableChunkedEncoding (#1043)
* [FIX] fix a problem about Multi-Byte character (#1042)
* [FIX] fix double transformationentries in WSSecCert
* [MAINTENANCE] Add bodyParser.json middleware test
* [FIX] processRequestXml only if req.body is not empty object
* [MAINTENANCE] Fixing v10 ssl tests and removing jshint since it sucks and doesn't support es6. (we need to migrate to eslint).
* [FIX] Arrays deserve namespace override too

0.25.0 / 2018-08-19
===================
* [FIX] Improved deserialization on inline `simpleType` declarations (#1015)
* [ENHANCEMENT] Added option to allow the user to dis-/enable the timestamp in `WSSecurtityCert` (defaults to "enabled" to maintain current behaviour) (#1017)
* [DOC] Updated the "*Async" result description (#1016)
* [DOC] Updated the "\*Async" result description (#1016)
* [ENHANCEMENT] Added ability to resolve Schema-cross-reference namespaces in `client.describe()` (#1014)
* [FIX] Fixed `.npmignore` patterns in order to publish only the necessary files (#1012)
* [DOC] Removed formatting in code (#1011)
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.25.0",
"version": "0.26.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=4.0.0"
Expand Down

1 comment on commit 63bd7b7

@phikll12
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Sir. How can I contact you.

Please sign in to comment.