Skip to content

Releases: postmanlabs/wsdl-to-postman

v1.12.3

20 Jun 12:23
33edd59
Compare
Choose a tag to compare
Merge pull request #236 from postmanlabs/release/v1.12.3

Release version v1.12.3

v1.12.2

21 May 04:49
87ba191
Compare
Choose a tag to compare
Merge pull request #233 from postmanlabs/release/v1.12.2

Release version v1.12.2

v1.12.1

15 Feb 10:36
88817e2
Compare
Choose a tag to compare
Merge pull request #230 from postmanlabs/release/v1.12.1

Release version v1.12.1

v1.12.0

15 Feb 04:32
8164762
Compare
Choose a tag to compare
Merge pull request #226 from postmanlabs/release/v1.12.0

Release version v1.12.0

v1.11.0

18 Jan 12:07
15cbe28
Compare
Choose a tag to compare
Merge pull request #223 from postmanlabs/release/v1.11.0

Release version v1.11.0

v1.10.0

27 Jun 09:40
88e97d6
Compare
Choose a tag to compare
  • #11768 Added support for element and attribute prefixes for qualified schema types and elements. by @VShingala
  • Fixed issue where max stack size was reached while generating collection from certain WSDL definition. by @VShingala

v1.9.0

04 May 11:08
6e5abf5
Compare
Choose a tag to compare
Merge pull request #212 from postmanlabs/release/v1.9.0

Release version v1.9.0

v1.8.1

17 Apr 07:00
6b0d314
Compare
Choose a tag to compare

What's Changed

  • Fixed issue where circular references were not correctly identified while resolving elements. by @VShingala in #200
  • Fixed all known TypeErrors being caused due to unsafe access of certain properties. by @VShingala in #201
  • Fixed issue where for multiple binding namespaces conversion was failing. by @VShingala in #203
  • Releases using GitHub Actions by @dhwaneetbhatt in #205

New Contributors

  • @github-actions made their first contribution in #206

Full Changelog: 1.8.0...v1.8.1

Release v1.8.0

30 Mar 12:47
Compare
Choose a tag to compare

v1.8.0 (March 30, 2023)

  • Fixed issue where conversion failed with RangeError: Maximum stack size reached when recursive elements were present.
  • Fixed issue where conversion failed with typeeror with path.includes is not a function.

Release v1.7.1

02 Mar 11:25
e3b5e0c
Compare
Choose a tag to compare

What's Changed

Improve performance by removing unnecessary deep copying of objects by @dhwaneetbhatt in #196

Full Changelog: v1.7.0...v1.7.1