Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-05-04 | 801 Bytes | |
go-jsonschema_Darwin_arm64.tar.gz | 2025-05-04 | 3.7 MB | |
go-jsonschema_Linux_arm64.tar.gz | 2025-05-04 | 3.6 MB | |
go-jsonschema_Linux_i386.tar.gz | 2025-05-04 | 3.6 MB | |
go-jsonschema_Linux_x86_64.tar.gz | 2025-05-04 | 3.9 MB | |
go-jsonschema_Darwin_x86_64.tar.gz | 2025-05-04 | 4.0 MB | |
go-jsonschema_Windows_arm64.tar.gz | 2025-05-04 | 3.6 MB | |
go-jsonschema_Windows_i386.tar.gz | 2025-05-04 | 3.8 MB | |
go-jsonschema_Windows_x86_64.tar.gz | 2025-05-04 | 4.0 MB | |
README.md | 2025-05-04 | 3.0 kB | |
v0.19.0 source code.tar.gz | 2025-05-04 | 88.6 kB | |
v0.19.0 source code.zip | 2025-05-04 | 233.2 kB | |
Totals: 12 Items | 30.5 MB | 3 |
What's Changed
A bugfixes releases mostly, containing several improvements to faulty behaviors as well as some quality of life improvements:
- feat: make required+nullable obj props to generate a pointer to a struct type, instead of a struct type by @omissis in https://github.com/omissis/go-jsonschema/pull/438
- feat: add support for time zone offsets in json format "time" fields by @deep-creek in https://github.com/omissis/go-jsonschema/pull/406
- feat: add a toggle to disable "omitempty" by @ptodev in https://github.com/omissis/go-jsonschema/pull/282
- fix: multipleOf validation fails for small multipleOf with a higher number to validate due to precision by @deep-creek in https://github.com/omissis/go-jsonschema/pull/401
- fix: unescape escaped regex control characters + add testcase for [#378] by @RobQuistNL in https://github.com/omissis/go-jsonschema/pull/380
- fix: use default output when no schema output is defined by @acouvreur in https://github.com/omissis/go-jsonschema/pull/404
- fix: correct errEmptyInAnyOf typo by @guildencrantz in https://github.com/omissis/go-jsonschema/pull/435
- chore: generate maps without declaring a custom type by @ptodev in https://github.com/omissis/go-jsonschema/pull/281
- chore: implement unit tests for x/text/cases by @jtomasevic-godaddy in https://github.com/omissis/go-jsonschema/pull/402
- chore: add codecov config file by @omissis in https://github.com/omissis/go-jsonschema/pull/439
As well as it includes a number of dependency updates:
- chore: update go and go releaser versions by @omissis in https://github.com/omissis/go-jsonschema/pull/437
- fix(deps): update module github.com/goccy/go-yaml to v1.16.0 by @renovate in https://github.com/omissis/go-jsonschema/pull/418
- fix(deps): update module github.com/google/go-cmp to v0.7.0 by @renovate in https://github.com/omissis/go-jsonschema/pull/423
- fix(deps): update golang.org/x/exp digest to 7e4ce0a by @renovate in https://github.com/omissis/go-jsonschema/pull/432
- fix(deps): update module github.com/goccy/go-yaml to v1.17.1 by @renovate in https://github.com/omissis/go-jsonschema/pull/428
- chore(deps): update dependency yamllint to v1.37.0 by @renovate in https://github.com/omissis/go-jsonschema/pull/425
- chore(deps): update dependency yamllint to v1.37.1 by @renovate in https://github.com/omissis/go-jsonschema/pull/436
New Contributors
- @guildencrantz made their first contribution in https://github.com/omissis/go-jsonschema/pull/435
- @deep-creek made their first contribution in https://github.com/omissis/go-jsonschema/pull/406
- @acouvreur made their first contribution in https://github.com/omissis/go-jsonschema/pull/404
- @jtomasevic-godaddy made their first contribution in https://github.com/omissis/go-jsonschema/pull/402
- @ptodev made their first contribution in https://github.com/omissis/go-jsonschema/pull/282
Full Changelog: https://github.com/omissis/go-jsonschema/compare/v0.18.0...v0.19.0