Skip to content

v0.3.0

Compare
Choose a tag to compare
@anjmao anjmao released this 09 Oct 07:34
· 145 commits to master since this release
f1e9f75

Changelog
b37be21 Add Homebrew instructions to README
a55bfe7 Support for element type ref attribute
b817f5c Make export of structs optional
0ad0dae Allow clients to add SOAPHeader in SOAPClient.
0f04795 Always export fields of structs
f284268 adding support for xsd:import
99e3a00 adding support for xsd:import
8912737 Update README.md
04a458a Allow underscores and use raw enumeration value
ac1993f Escape quotes in enumerations
9b29696 Add simple test for enumeration generation
a165afc Added basic support for WSS Security header: new structs WSSSecurityHeader, WSSUsernameToken and its child structs WSSUsername and WSSPassword. XML namespace problems are dealt with by using vania-pooh's workaround: golang/go#9519 (comment)
9fa7b7b Help Github with code formatting
21aec6c Have includes download from same namespace where they were included
c953e8b Replace poop emoji with thumbs up
d421b17 Fix dereference of schemaLocation attribute on
1d06367 Added test for inlined element with simple type restriction
21027f4 Fix problems with inlined simple type element
1e7e075 Fix schemaLocation dereferencing of relative path
1cbc239 Added ability to import xsd files from a file system
1199a88 Fix #79 schemaLocation is optional
c8f5151 Implemented mapping rules for References to Top-level attribute declarations
28de104 Add a new API to pass a tls.Config pointer.
67e896c Update gowsdl.go
40f3889 Bumps version