Skip to content

v0.14.0

Compare
Choose a tag to compare
@omissis omissis released this 07 Oct 14:01
· 181 commits to main since this release

This release introduces two big new features:

  • the ability to generate plain go models (no marshalling, unmarshalling, and validation code)
  • the ability to support friendly date and time string (de-)serializations

Secondarily, the entrypoint of the application has been moved to the root folder of the project, hence the go install is now shorter, and resolves to go-jsonschema instead of gojsonschema.

What's Changed

  • feat: add an option to allow to generate only models by @AlbertoBarba in #128
  • feat: update go and all its references to 1.21.2 by @omissis in #151
  • feat: add support for date/time formats by @durandj in #98
  • chore: move enum json & yaml generation in the related formatter by @AlbertoBarba in #134
  • fix(deps): update golang.org/x/exp digest to 3e424a5 by @renovate in #150
  • fix(deps): update golang.org/x/exp digest to 7918f67 by @renovate in #152
  • feat(ci): add ci workflow specifically for pre-releases

New Contributors

Full Changelog: v0.13.1...v0.14.0-rc.0