Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2024-04-20 | 801 Bytes | |
go-jsonschema_Linux_arm64.tar.gz | 2024-04-20 | 2.4 MB | |
go-jsonschema_Linux_i386.tar.gz | 2024-04-20 | 2.4 MB | |
go-jsonschema_Linux_x86_64.tar.gz | 2024-04-20 | 2.6 MB | |
go-jsonschema_Windows_x86_64.tar.gz | 2024-04-20 | 2.8 MB | |
go-jsonschema_Darwin_arm64.tar.gz | 2024-04-20 | 2.5 MB | |
go-jsonschema_Darwin_x86_64.tar.gz | 2024-04-20 | 2.7 MB | |
go-jsonschema_Windows_arm64.tar.gz | 2024-04-20 | 2.5 MB | |
go-jsonschema_Windows_i386.tar.gz | 2024-04-20 | 2.5 MB | |
README.md | 2024-04-20 | 4.7 kB | |
v0.16.0 source code.tar.gz | 2024-04-20 | 60.0 kB | |
v0.16.0 source code.zip | 2024-04-20 | 151.8 kB | |
Totals: 12 Items | 20.8 MB | 3 |
This release introduces several new improvements:
- Improve support for non-case-sensitive languages
- Make generated go more stable, and solve annoying big diffs
- Fix generated code for non-nullable types with two options
- Removes nil check for
required
properties - Add support for additionalProperties when other fields exist
What's Changed
- Enhance splitIdentifierByCaseAndSeparators to support non-case-sensitive languages by @zrma in https://github.com/omissis/go-jsonschema/pull/170
- Stable output: Add some more names to anonymous Method classes by @RobQuistNL in https://github.com/omissis/go-jsonschema/pull/169
- Fix non-nullable type with two options by @jagregory in https://github.com/omissis/go-jsonschema/pull/205
- Removes nil check for
required
properties by @Henkoglobin in https://github.com/omissis/go-jsonschema/pull/215 - Add support for additionalProperties when other fields exist by @codeboten and @omissis in https://github.com/omissis/go-jsonschema/pull/218
- Update go and all deps by @omissis in https://github.com/omissis/go-jsonschema/pull/217
- Several @renovate PRs
- fix(deps): update golang.org/x/exp digest to 1b97071 by @renovate in https://github.com/omissis/go-jsonschema/pull/190
- fix(deps): update module github.com/goccy/go-yaml to v1.11.3 by @renovate in https://github.com/omissis/go-jsonschema/pull/191
- fix(deps): update golang.org/x/exp digest to 2c58cdc by @renovate in https://github.com/omissis/go-jsonschema/pull/193
- chore(deps): update golang docker tag to v1.22.0 by @renovate in https://github.com/omissis/go-jsonschema/pull/195
- chore(deps): update dependency golangci-lint to v1.56.0 by @renovate in https://github.com/omissis/go-jsonschema/pull/196
- chore(deps): update dependency golangci-lint to v1.56.1 by @renovate in https://github.com/omissis/go-jsonschema/pull/197
- chore(deps): update dependency shfmt to v3.8.0 by @renovate in https://github.com/omissis/go-jsonschema/pull/198
- fix(deps): update golang.org/x/exp digest to ec58324 by @renovate in https://github.com/omissis/go-jsonschema/pull/199
- chore(deps): update dependency golangci-lint to v1.56.2 by @renovate in https://github.com/omissis/go-jsonschema/pull/200
- fix(deps): update golang.org/x/exp digest to 814bf88 by @renovate in https://github.com/omissis/go-jsonschema/pull/201
- chore(deps): update golang docker tag to v1.22.1 by @renovate in https://github.com/omissis/go-jsonschema/pull/202
- chore(deps): update dependency shellcheck to v0.10.0 by @renovate in https://github.com/omissis/go-jsonschema/pull/203
- chore(deps): update codecov/codecov-action action to v4 by @renovate in https://github.com/omissis/go-jsonschema/pull/192
- fix(deps): update golang.org/x/exp digest to c7f7c64 by @renovate in https://github.com/omissis/go-jsonschema/pull/206
- fix(deps): update golang.org/x/exp digest to a85f2c6 by @renovate in https://github.com/omissis/go-jsonschema/pull/207
- chore(deps): update dependency golangci-lint to v1.57.0 by @renovate in https://github.com/omissis/go-jsonschema/pull/208
- chore(deps): update dependency golangci-lint to v1.57.1 by @renovate in https://github.com/omissis/go-jsonschema/pull/209
- fix(deps): update golang.org/x/exp digest to a685a6e by @renovate in https://github.com/omissis/go-jsonschema/pull/210
- chore(deps): update dependency golangci-lint to v1.57.2 by @renovate in https://github.com/omissis/go-jsonschema/pull/211
- chore(deps): update golang docker tag to v1.22.2 by @renovate in https://github.com/omissis/go-jsonschema/pull/212
- fix(deps): update golang.org/x/exp digest to c0f41cb by @renovate in https://github.com/omissis/go-jsonschema/pull/213
- fix(deps): update golang.org/x/exp digest to 93d18d7 by @renovate in https://github.com/omissis/go-jsonschema/pull/214
- fix(deps): update golang.org/x/exp digest to fe59bbe by @renovate in https://github.com/omissis/go-jsonschema/pull/216
New Contributors
- @zrma made their first contribution in https://github.com/omissis/go-jsonschema/pull/170
- @RobQuistNL made their first contribution in https://github.com/omissis/go-jsonschema/pull/169
- @jagregory made their first contribution in https://github.com/omissis/go-jsonschema/pull/205
- @Henkoglobin made their first contribution in https://github.com/omissis/go-jsonschema/pull/215
- @codeboten made their first contribution in https://github.com/omissis/go-jsonschema/pull/218 (replaces https://github.com/omissis/go-jsonschema/pull/189)
Full Changelog: https://github.com/omissis/go-jsonschema/compare/v0.15.0...v0.16.0