Skip to content

Releases: fiorix/wsdl2go

v1.4.5

17 Feb 12:17
Compare
Choose a tag to compare

Now using stdlib context package, a more bug fixes.

v1.4.4

20 Jan 19:29
Compare
Choose a tag to compare

Add support for new types, and bug fixes.

v1.4.3

05 Oct 16:05
Compare
Choose a tag to compare

Bug fixes

v1.4.1

24 Mar 14:23
Compare
Choose a tag to compare

Minor fix: cleanup interface comments.

v1.4

24 Mar 05:14
Compare
Choose a tag to compare

Generate public interface type instead of struct, and constructor returns interface.

The struct with the implementation is generated at the bottom, after the types. It contains some repetitive code not interesting to humans. Code reads better and having the interface makes it easier to test.

Thanks @adriantam

v1.3

22 Mar 05:27
Compare
Choose a tag to compare

Wraps WSDL port type in its own type, generates even cleaner code.

v1.2

22 Mar 03:06
Compare
Choose a tag to compare
  • Support for new types
  • Generates cleaner code
  • Avoids allocating memory on errors
  • Adds support for JSON and YAML tags

v1.1

21 Mar 10:28
Compare
Choose a tag to compare

Preliminary SOAP support.

v1.0

20 Mar 10:40
Compare
Choose a tag to compare

First version, expect bugs.