Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 15:28
· 245 commits to master since this release

Changelog

b69a246 Allow multiple elements within element
ac7b5f0 Always add InnerXml to ComplexType
f9010e2 Avoid duplicate elements within xsd:choice/xsd:sequence structure
eb8f0b4 Do not import plain string from foreign module
430a5a8 Fixing handling sequences within choices
662f8f4 Introduce Choice.Elements() method
04b6332 Introduce instance variable allElements to Choice similarly to Sequence
1939d6d Merge pull request #10 from wiz-sec/master
f8241d5 Merge pull request #8 from wiz-sec/master
14cc411 Refactor: Extract method
fa29313 Replace if-else with a map
9290e0b Types defined in a given schema shall take precedence over stock XML types
067ed63 Updated pkg/template/pkged.go
5b1f9a3 Use existing (pseudo)constant to determine whether it is a static type
aad9022 When element references simple type it should still be considered to be "string"
ebed1e9 fixing tests on windows