Skip to content

Releases: dderevjanik/wsdl-tsclient

Release 1.7.1

02 Aug 08:56
Compare
Choose a tag to compare

What's Changed

  • fix: wire --esm cli flag to options by @gzm0 in #92

New Contributors

  • @gzm0 made their first contribution in #92

Full Changelog: 1.7.0...1.7.1

Release 1.7.0

15 Jul 06:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...1.7.0

Release 1.6.0

02 Jul 14:40
Compare
Choose a tag to compare

What's Changed

  • Fix for code generation types not matching what node-soap produces by @nahidakbar in #54
  • fix for insensitive names and use of prefix and suffix by @vekexasia in #46
  • Reduce constraints on "soap" version by @mike-marcacci in #77
  • Fix products test by @icholy in #65
  • Handle namespaced primitive types by @icholy in #79
  • ESlint fixes plus other minor improvements by @svandriel in #82
  • Fixed: Output message without nested element defaulted to request type by @svandriel in #83
  • Bugfix: move development-only dependencies to devDependencies by @svandriel in #85
  • Make tsc invocation (during tests) work on windows as well by @svandriel in #88

New Contributors

Full Changelog: 1.5.0...1.6.0

Release 1.5.0

17 Apr 09:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.5.0

Release 1.4.0

27 Apr 08:53
Compare
Choose a tag to compare
  • Fix issue with self recursive WSDL types #39 by @mtranter
  • Fix issue with quiet option not working properly
  • Project: Updated several npm packages
  • Project: Added eslint
  • Project: Added test for typechecking generated wsdl clients #19
  • Project: Add more jsdoc to parseAndGenerate and parsedWsdl
  • ParseAndGenerate: Support for colors, verbose and queit options (before it was only possible through CLI)
  • Docs: Mention basicAuth in README.md

Release 1.3.1

01 Jul 08:57
Compare
Choose a tag to compare
  • Project: Updated several npm packages
  • Parser: Fixed issue while finding name for sub-definition, which has same name as parent definition
  • Generator: Sanitize method, param and property names (e.g. names with -)

Release 1.2.0

26 Jun 08:43
Compare
Choose a tag to compare
  • CLI: Add option for maxRecursiveDefinitionName, default 64
  • CLI: Add option for caseInsensitiveNames, default false
  • Parser: Warn user if recursive definition name exceed 32
  • Parser: Option for caseInsensitiveNames, fix #12 by @jakethagle
  • Generator: Fix incorrect case, fix #17 by @aesweeting

Release 1.1.4

10 May 19:40
Compare
Choose a tag to compare
  • Parser: Fix sourceName for definitions
  • Parser: Add warn logs when parsing ComplexType as any
  • Parser: Partial options for parse function
  • Generator: Partial options for generate function
  • More meaningful source code comments

Release 1.1.3

03 May 15:16
Compare
Choose a tag to compare
  • Fix cyclic error when parsing ComplexType. Now generates any type
  • Fix problem with duplicated imports (importing same definition for client/service/port)

Release 1.1.2

01 May 16:29
Compare
Choose a tag to compare
  • Fix wrong generated callback result
  • Parser: Improved message for cyclic errors
  • Parser: Improved message for finding non-collision definition name