Skip to content

v1.6.3

Compare
Choose a tag to compare
@vearutop vearutop released this 15 Oct 00:38
· 48 commits to master since this release
2415fe8

Added

  • Option to disable null additionalProperties (--enable-default-additional-properties) rendering in gen-go.
  • Option to ignore x-go-type (--ignore-xgo-type) in gen-go.
  • Option to add omitempty on nullable types (--ignore-nullable) in gen-go.
  • Option to use pointer types to distinguish zero from unset (--with-zero-values) in gen-go.
  • Option to inherit nullability from x-nullable/nullable vendor extensions (--enable-xnullable) in gen-go.
  • Version of json-cli to head comment of gen-go output.