Skip to content

v0.1.11

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 16:09
· 3 commits to master since this release

Changelog

  • c233d1d Implement xsd:Name types
  • 25ce001 Merge pull request #156 from isimluk/ci-lint-tunning
  • 836aeb0 Support xsd:duration datatype
  • b22e130 add support for XSD schema without explicit targetNamespace definition
  • 9c92d2c ci lint: enable a few other linters
  • 3c960b4 ci lint: explicitly enable/disable linters
  • 79dbe15 ci: lint: close the files, rookie
  • 547f027 ci: lint: enable couple other linters
  • 17fc89a ci: lint: enable gocritic
  • 48fb59d ci: lint: enable revive linter
  • bc56021 ci: lint: indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
  • 6995fd3 ci: lint: lint & fix test code
  • a8577d5 ci: lint: os.MkdirTemp() could be replaced by t.TempDir() in assertConvertsFine (usetesting)
  • 037c18b ci: lint: remove unneccessary empty lines
  • 314a955 ci: lint: remove unused receivers
  • 982bac6 ci: lint: remove unused tags (on not-exported fields)
  • 018ea13 ci: lint: warn on unused whitelist rule
  • 6449fc4 minor: remove unused parameter