Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-03-18 | 801 Bytes | |
go-jsonschema_Linux_arm64.tar.gz | 2025-03-18 | 3.6 MB | |
go-jsonschema_Linux_i386.tar.gz | 2025-03-18 | 3.6 MB | |
go-jsonschema_Linux_x86_64.tar.gz | 2025-03-18 | 3.9 MB | |
go-jsonschema_Windows_x86_64.tar.gz | 2025-03-18 | 4.0 MB | |
go-jsonschema_Darwin_arm64.tar.gz | 2025-03-18 | 3.7 MB | |
go-jsonschema_Darwin_x86_64.tar.gz | 2025-03-18 | 4.0 MB | |
go-jsonschema_Windows_arm64.tar.gz | 2025-03-18 | 3.6 MB | |
go-jsonschema_Windows_i386.tar.gz | 2025-03-18 | 3.8 MB | |
README.md | 2025-03-18 | 2.0 kB | |
v0.18.0 source code.tar.gz | 2025-03-18 | 85.8 kB | |
v0.18.0 source code.zip | 2025-03-18 | 226.2 kB | |
Totals: 12 Items | 30.5 MB | 1 |
What's Changed
This release introduces several new improvements, among which one that's been awaited for a very long type, ie: the support for anyOf and allOf subschema types.
Among the new features, this release ships:
- feat: add support for subschemas by @omissis in https://github.com/omissis/go-jsonschema/pull/99
- feat: enable wildcard enum by @aristosvo in https://github.com/omissis/go-jsonschema/pull/285
- feat: support validation regex literals by @stevekuznetsov in https://github.com/omissis/go-jsonschema/pull/295
- fix: make sure the field and matching pattern are ordered correctly by @aristosvo in https://github.com/omissis/go-jsonschema/pull/315
As well as it includes a number of dependency updates:
- feat: update goreleaser to v2.8.1. by @omissis
- fix(deps): update module dario.cat/mergo to v1.0.1 by @renovate
- fix(deps): update module github.com/goccy/go-yaml to v1.15.9 by @renovate
- fix(deps): update module github.com/sanity-io/litter to v1.5.8 by @renovate
- fix(deps): update module github.com/spf13/cobra to v1.9.1 by @renovate
- fix(deps): update module github.com/stretchr/testify to v1.10.0 by @renovate
- fix(deps): update golang.org/x/exp
- chore(deps): update golang docker tag to v1.23.7
- chore(deps): update dependency golang to v1.23.7
- chore(deps): update dependency golangci-lint to v1.64.8 by @renovate
- chore(deps): update dependency markdownlint-cli2 to v0.17.2 by @renovate
- chore(deps): update dependency shfmt to v3.11.0 by @renovate
- chore(deps): update dependency yamllint to v1.36.2 by @renovate
- chore(deps): update codecov/codecov-action action to v5 by @renovate
New Contributors
- @aristosvo made their first contribution in https://github.com/omissis/go-jsonschema/pull/285
- @stevekuznetsov made their first contribution in https://github.com/omissis/go-jsonschema/pull/295
Full Changelog: https://github.com/omissis/go-jsonschema/compare/v0.17.0...v0.18.0