Releases: fiorix/wsdl2go
Releases · fiorix/wsdl2go
v1.4.7
What's Changed
- Added client x509 key pair support for generator CLI by @woodnathan in #104
- Fix complex content array restriction type by @sywesk in #105
- Add support for by @kjgorman in #106
- Update wsdl:part messages to use XML name from referenced element by @silverspace in #110
- Fix character-set issues by @digitalsparky in #108
- readme: add missing "go" marker by @quasilyte in #115
- fix travis badge's URL by @costela in #126
- add "DO NOT EDIT" header to generated file by @costela in #125
- Context Tracking feature. by @Greyeye in #128
New Contributors
- @woodnathan made their first contribution in #104
- @sywesk made their first contribution in #105
- @kjgorman made their first contribution in #106
- @silverspace made their first contribution in #110
- @digitalsparky made their first contribution in #108
- @quasilyte made their first contribution in #115
- @costela made their first contribution in #126
- @Greyeye made their first contribution in #128
Full Changelog: v1.4.6...v1.4.7
v1.4.5
v1.4.4
v1.4.3
v1.4.1
v1.4
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