Sourced from github.com/invopop/jsonschema's releases.
v0.14.0
What's Changed
- Upgrade to golangci-lint v2 by
@samlownin invopop/jsonschema#187- Bump minimum Go version to 1.24 by
@samlownin invopop/jsonschema#188- Support omitzero json tags by
@YvanGuidoinin invopop/jsonschema#161- feat: Respect json:",string" for integer fields in generated schema by
@fengxsongin invopop/jsonschema#183- Split jsonschema_extras only on unescaped commas by
@liorokmanin invopop/jsonschema#173- Fix nil pointer dereference in ReflectFromType with ExpandedStruct (fix #163) by
@edznux-ddin invopop/jsonschema#186- Replace wk8/go-ordered-map with pb33f/ordered-map by
@samlownin invopop/jsonschema#189New Contributors
@YvanGuidoinmade their first contribution in invopop/jsonschema#161@fengxsongmade their first contribution in invopop/jsonschema#183@liorokmanmade their first contribution in invopop/jsonschema#173@edznux-ddmade their first contribution in invopop/jsonschema#186Full Changelog: https://github.com/invopop/jsonschema/compare/v0.13.0...v0.14.0
2c57d60
Merge pull request #189
from invopop/replace-wk8-with-pb33f-ordered-mapd8cc8eb
Replace wk8/go-ordered-map with pb33f/ordered-map0d5bd75
Merge pull request #186
from edznux-dd/fix/expanded-struct-nil-deref3d69373
Merge pull request #173
from liorokman/escape-extras-tagsb43264d
Silence revive unused-parameter on fuzz callback7b21bb5
Merge remote-tracking branch 'origin/main' into
pr-186-expanded-struct0487398
Fix ExtraWithComman typo in test struct fieldbc93236
Merge remote-tracking branch 'origin/main' into
pr-173-escape-extrasd39f13c
Merge pull request #183
from fengxsong/feat/reflect-json-string-for-integersf2e2b91
Extend json:",string" support to number and boolean
fields