Skip to content

Commit 08b1d10

Browse files
v1.8.0
1 parent 98a9011 commit 08b1d10

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

.github/.release-please-manifest.json

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: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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-04-22)
6+
7+
8+
### Features
9+
10+
* new parameter --useWsdlTypeNames to generate interface names from wsdl type names ([98a9011](https://github.com/dderevjanik/wsdl-tsclient/commit/98a9011179b0c59d45fd019fa1c41d924cdfb891))
11+
* new parameter --useWsdlTypeNames to generate interface names from wsdl type names ([db94bcc](https://github.com/dderevjanik/wsdl-tsclient/commit/db94bcc47e204d8c887cdecc59a1732f20c9bfe6))
12+
13+
14+
### Maintenance
15+
16+
* add release please with provenance ([49dc863](https://github.com/dderevjanik/wsdl-tsclient/commit/49dc86324cd946a07250334292e94f41ba355333))
17+
* add release-please with provenance ([16ff043](https://github.com/dderevjanik/wsdl-tsclient/commit/16ff043a9a3c33cb5cf8d18ea1790410c0c7fc7a))
18+
* update release ([ac61d24](https://github.com/dderevjanik/wsdl-tsclient/commit/ac61d245b4ee9dd076732ea46e89a4d1e1aad5c2))
19+
* update setup-node ([60758af](https://github.com/dderevjanik/wsdl-tsclient/commit/60758af3695ae04c34410c073ba6fdc7e0d858a3))
20+
521
## [1.7.0] - 2024-07-15
622

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

134150
- Generator: Use camelcase for generating definitions, filenames and function params
135-
- CLI: Replace `-i` with `WSDL`
151+
- 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)