File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
16
0.14.0 / 2016-04-12
2
17
=================
3
18
* [ ENHANCEMENT] Allow to call methods with ` callback ` as last param in order to align with node.js ` callback last ` pattern (#814 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " soap" ,
3
- "version" : " 0.14 .0" ,
3
+ "version" : " 0.15 .0" ,
4
4
"description" : " A minimal node SOAP client" ,
5
5
"engines" : {
6
6
"node" : " >=0.10.0"
You can’t perform that action at this time.
0 commit comments