v0.11.0
Summary
This release introduces a few interesting features:
- unmarshal data structure from yaml files
- create struct names from titles instead of filenames
- ipv4 and ipv6 validation for strings
- support for mapstructure tags
What's Changed
- fix(deps): update module github.com/goccy/go-yaml to v1.11.0 by @renovate in #67
- fix(deps): update module github.com/pkg/errors to v0.9.1 by @renovate in #69
- fix(deps): update module github.com/spf13/cobra to v1.7.0 by @renovate in #70
- feat: added YAML unmarshaller by @shanduur in #63
- chore(deps): update goreleaser/goreleaser-action action to v4 by @renovate in #72
- chore(deps): update actions/setup-go action to v4 by @renovate in #71
- feat: add option to create struct names from schema titles by @teq0 in #73
- feat: added mapstructure tags by @shanduur in #62
- feat: translate ip strings to net netip by @omissis in #75
- chore: add regression tests for additionalProperties as highlighted in issue #32 and #51 by @omissis in #76
New Contributors
Full Changelog: v0.10.0...v0.11.0