v0.1.3
Changelog
9491e0a Add stock XMLDSIG schema to our test suite
2d07753 Adding XMLNmae to ComplexTypes when not explicitly defined
4def72e Adding support for attribute groups
8f04406 Adding support for enums
63530a4 All the smoke tests should compare output to pre-generated files
b8bb847 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
0f22bb7 Bump github.com/urfave/cli from 1.22.4 to 1.22.5
9d9d8da Compile Restriction for simple types
8644204 Do export schema that contains only simple types
c182902 Do not import "encoding/xml" if schema includes only simple types
546204e Don't cache included XSDs
b3beb01 Ensure that schema without elements is exported just fine
944e39e Expect int64 instead of string for SimpleType HMACOutputLengthType
ee41cf4 Fixing refs to simple types
56060ad Fixing tests
b716877 Implement missing plain types
ae679b7 Make tests more flexible: do not rely on XSD defining simple_schema/models.go
d90e951 Merge branch 'master' into master
c58dedd Merge pull request #12 from wiz-sec/master
4542678 Merge pull request #13 from wiz-sec/enums
e68609c Merge pull request #14 from isimluk/tests-to-run-go-build
51431a6 Merge pull request #16 from wiz-sec/xmlname
ce09c2b Merge pull request #17 from GoComply/dependabot/go_modules/github.com/urfave/cli-1.22.5
ce0e60e Merge pull request #18 from GoComply/dependabot/go_modules/github.com/stretchr/testify-1.7.0
fed76aa Merge pull request #24 from vvidovic/feature/xsd-include
b8b7b28 Merge pull request #25 from vvidovic/fix/quote-tag-in-xmlname
7041982 Merge pull request #28 from Vany/master
1ff4e8b Merge pull request #29 from nicoflink/bugfix/Schema-GetType
f6c28e9 Merge pull request #30 from nicoflink/bugfix/Usage-SimpleTypes
0be7909 Merge remote-tracking branch 'gocomply/master' into xmlname
c4948dd Quoting tag in XMLName field
def7266 Replace constant "string" with function parameter
7779483 Rewrite deduplication of inherited elements
a7246e1 Smoke test should assert that generated is valid golang file
ccf9bcb Test: Rename output files used for assertions
dba37a8 Use name of simple types in elements
b68d35d XSD include implementation
0d2d7a8 fixing some enums casing
f75f0b0 fixing tests
9b63e00 fixing tests
566ce5c fixing xmlnames
78771a5 forgot pkg/xsd/enum.go
d25df79 implement long and double
171e069 more enums fixes
a7cf97c update pkged.go