Changelog
Fixed
Updated
- 7f60a43 chore: release v1.9.0
Docs
- bfe56af docs: improve bundle examples
Other
- f2af621 Add
$ref: $k8s/...
alias - 6f12f52 Add cleanup of unused $defs when bundling
- 2e8ab01 Add log messages for schema loading
- ebc57e7 Add shell completions
- b0d9a52 Added '(since v1.9.0)' comment to docs
- 894e1b6 Added -bundleWithoutID
- 7f2a157 Added bundling tests
- f935bb4 Added docs
- bc911f1 Added flags to .schema.yaml
- 2241aef Added go:generate tags for regenerating testdata
- 49d75f8 Added lots of tests to add more coverage
- 4e9cb7e Added marshaler logic
- c8f1b36 Added missing tests
- a9f8150 Added test for extra coverage
- a10741b Added test for nested
- 4dfcc4a Added tests
- 1dfa68b Added tests for fragments
- 00c2034 Added tests for generateBundledName
- aa33ac5 Added type verification to fix coverage
- 9bf1006 Added unmarshaler logic to treat schema as bool
- 0509a50 Allow 'definitions' map
- 9b4f780 Bugfix
- d52b78d Bundle subschemas under /items/
- c698b85 Change completion to arg instead of flag
- 70bbcf1 Coverage fixes
- 78e2ba8 Fix bundling bundled subschemas
- 4dceb4b Fix case subschema uses bundling without id
- 697d786 Fix error tests
- 437c61d Fix golangci-lint linting
- f15a9dc Fix parser not requiring
@schema
prefix - 5bdd0a8 Fix tests
- b0dc13b Fixed local references
- ccda59e Handle self-referential
- ac94b8b I deleted the wrong test
- dc1f354 Ignore close error
- 5dce760 Implemented bundling
- c60bb22 More tests, and change AnyOf/AllOf/OneOf/Not to strongly-typed
- 6237957 Moved bundle testdata into subdir
- 282d6d2 Remove --complete flag custom behavior
- c154942 Remove accidentally-committed .zed/settings.json
- 8729c80 Remove flaky test that relies on remote github.com
- e6e9db3 Rename func
- 450a818 Reorder fields
- 157c2aa Replace convertSchemaToMap with just JSON marshalling
- 10a2e81 Set User-Agent
- b9b1f7a Try downgrading securego/gosec
- 5b63026 Updated docs
- 13a03f8 Updated testdata
- ac6ae64 Upgrade securego/gosec back to v2.22.4, and downgrade Go to v1.24.2
- c423368 Use
allOf
on$ref
when targeting draft 7 or below - 3502763 build(deps): bump golangci/golangci-lint-action from 6 to 7
- c9ebef2 build(deps): bump golangci/golangci-lint-action from 7 to 8
- 599cfb4 build(deps): bump securego/gosec from 2.22.2 to 2.22.3
- 355473b build(deps): bump securego/gosec from 2.22.3 to 2.22.4
- 54336c7 fix
- 14915e8 update CODEOWNERS
- 0d6c931 update docs