Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [1.5.0](https://github.com/shift/wsdl-tsclient/compare/v1.4.0...v1.5.0) (2023-07-19)


### Features

* Allow providing a tsconfig at generation time to control the output code ([b5cf8bb](https://github.com/shift/wsdl-tsclient/commit/b5cf8bbd6f2387ed7eededdab6df9f6a4be549a2))


### Bug Fixes

* **ci:** Hopefully fixes publishing. ([426d384](https://github.com/shift/wsdl-tsclient/commit/426d3844e0dda4cdd59c581fa3cba427adb059cc))
* **deps:** update dependency soap to v1 ([9916af6](https://github.com/shift/wsdl-tsclient/commit/9916af635561878df2d0a642ffe8523e842934a8))
* **deps:** update dependency ts-morph to v19 ([8b876db](https://github.com/shift/wsdl-tsclient/commit/8b876db0da5c85f543c0378aa07ed5cd3cea0c6d))
* **deps:** update typescript-eslint monorepo to v6 ([8b82e70](https://github.com/shift/wsdl-tsclient/commit/8b82e705817e79a28a04ffad6d9bc22cc8c3d1e7))
* Remove broken test temp. ([d48f4d6](https://github.com/shift/wsdl-tsclient/commit/d48f4d6ed80cb835abf9192547fd3b133a763c1c))

## [1.4.0] - 2022-04-27

- Fix issue with self recursive WSDL types [#39](https://github.com/dderevjanik/wsdl-tsclient/pull/39) by @mtranter
Expand Down Expand Up @@ -111,4 +127,4 @@ All notable changes to this project will be documented in this file.
## [0.2.0] - 2021-03-01

- Generator: Use camelcase for generating definitions, filenames and function params
- CLI: Replace `-i` with `WSDL`
- CLI: Replace `-i` with `WSDL`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shift/wsdl-tsclient",
"version": "1.4.1",
"version": "1.5.0",
"description": "Generate typescript soap client with typescript definitons from WSDL file.",
"main": "./dist/src/index.js",
"bin": {
Expand Down