Skip to content

Commit 536025d

Browse files
committedMay 9, 2016
Release v0.15.0
1 parent 3ae88db commit 536025d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎History.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
0.15.0 / 2016-05-09
2+
=================
3+
* [FIX] Make `ursa` an optional dependency since it's currently nearly impossible to install `soap` on a windows machine otherwise (#832)
4+
* [FIX] Fixed issue of referencing element in another namespace (#831)
5+
* [FIX] Fixed incorrect WSDL in `CDATA` tests (#830)
6+
* [FIX] Added mocks for node.js streams `cork`/`uncork` in tests (for `node >= 4.x`) (#829)
7+
* [ENHANCEMENT] Added basic `CDATA` support (#787)
8+
* [DOC] Added missing documentation about `Client.setEndpoint(url)` (#827)
9+
* [ENHANCEMENT] Added `toc` node-module in order to generate TOC in README.md via `npm run toc` command (#826)
10+
* [FIX] Fix `elementFormDefault` handling (#822)
11+
* [FIX] Added missing `compress` node-module to `package.json` dependencies (#823)
12+
* [ENHANCEMENT] The client `response` event is now triggered with the "raw" `IncomingMessage` object as second parameter (#816)
13+
* [DOC] Added note about the `keep-alive` workaround to prevent truncation of longer chunked reponses in `node > 0.10.x` (#818)
14+
* [ENHANCEMENT] Make it possible to overwrite the request module, e.g. for using `multipart-body` for file up- and downloads (#817)
15+
116
0.14.0 / 2016-04-12
217
=================
318
* [ENHANCEMENT] Allow to call methods with `callback` as last param in order to align with node.js `callback last` pattern (#814)

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.