File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.5.0] ( https://github.com/shift/wsdl-tsclient/compare/v1.4.0...v1.5.0 ) (2023-07-19)
6+
7+
8+ ### Features
9+
10+ * Allow providing a tsconfig at generation time to control the output code ([ b5cf8bb] ( https://github.com/shift/wsdl-tsclient/commit/b5cf8bbd6f2387ed7eededdab6df9f6a4be549a2 ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * ** ci:** Hopefully fixes publishing. ([ 426d384] ( https://github.com/shift/wsdl-tsclient/commit/426d3844e0dda4cdd59c581fa3cba427adb059cc ) )
16+ * ** deps:** update dependency soap to v1 ([ 9916af6] ( https://github.com/shift/wsdl-tsclient/commit/9916af635561878df2d0a642ffe8523e842934a8 ) )
17+ * ** deps:** update dependency ts-morph to v19 ([ 8b876db] ( https://github.com/shift/wsdl-tsclient/commit/8b876db0da5c85f543c0378aa07ed5cd3cea0c6d ) )
18+ * ** deps:** update typescript-eslint monorepo to v6 ([ 8b82e70] ( https://github.com/shift/wsdl-tsclient/commit/8b82e705817e79a28a04ffad6d9bc22cc8c3d1e7 ) )
19+ * Remove broken test temp. ([ d48f4d6] ( https://github.com/shift/wsdl-tsclient/commit/d48f4d6ed80cb835abf9192547fd3b133a763c1c ) )
20+
521## [ 1.4.0] - 2022-04-27
622
723- Fix issue with self recursive WSDL types [ #39 ] ( https://github.com/dderevjanik/wsdl-tsclient/pull/39 ) by @mtranter
@@ -111,4 +127,4 @@ All notable changes to this project will be documented in this file.
111127## [ 0.2.0] - 2021-03-01
112128
113129- Generator: Use camelcase for generating definitions, filenames and function params
114- - CLI: Replace ` -i ` with ` WSDL `
130+ - CLI: Replace ` -i ` with ` WSDL `
Original file line number Diff line number Diff line change 11{
22 "name" : " @shift/wsdl-tsclient" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 1.5.0 " ,
44 "description" : " Generate typescript soap client with typescript definitons from WSDL file." ,
55 "main" : " ./dist/src/index.js" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments