Skip to content

Commit 8ea5f5e

Browse files
v1.8.0
1 parent 98a9011 commit 8ea5f5e

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.1"
2+
".": "1.8.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.8.0](https://github.com/dderevjanik/wsdl-tsclient/compare/1.7.1...v1.8.0) (2025-01-12)
6+
7+
8+
### Features
9+
10+
* new parameter --useWsdlTypeNames to generate interface names from wsdl type names ([db94bcc](https://github.com/dderevjanik/wsdl-tsclient/commit/db94bcc47e204d8c887cdecc59a1732f20c9bfe6))
11+
12+
13+
### Maintenance
14+
15+
* add release please with provenance ([49dc863](https://github.com/dderevjanik/wsdl-tsclient/commit/49dc86324cd946a07250334292e94f41ba355333))
16+
* update release ([ac61d24](https://github.com/dderevjanik/wsdl-tsclient/commit/ac61d245b4ee9dd076732ea46e89a4d1e1aad5c2))
17+
* update setup-node ([60758af](https://github.com/dderevjanik/wsdl-tsclient/commit/60758af3695ae04c34410c073ba6fdc7e0d858a3))
18+
519
## [1.7.0] - 2024-07-15
620

721
- [feat(cli): add option for modelPropertyNaming](https://github.com/dderevjanik/wsdl-tsclient/commit/8670d29a8f98815a74d442595b7d7d3ebdb5388c) `--modelPropertyNaming=`
@@ -132,4 +146,4 @@ All notable changes to this project will be documented in this file.
132146
## [0.2.0] - 2021-03-01
133147

134148
- Generator: Use camelcase for generating definitions, filenames and function params
135-
- CLI: Replace `-i` with `WSDL`
149+
- CLI: Replace `-i` with `WSDL`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wsdl-tsclient",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "Generate typescript soap client with typescript definitons from WSDL file.",
55
"main": "dist/src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)