Skip to content

0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 18:31
· 181 commits to main since this release
58d3e4d

Changelog

  • f4eb81b Add validation to skip-auto-generation flag
  • 8a6d816 Add workaround for null being decoded as empty string
  • 58bdb1e Don't include default 'global' title and description and fix additionalProperties skipping
  • 338c804 Merge pull request #12 from ubergesundheit/allow-multiple-types
  • fa74dcf Merge pull request #15 from Grraahaam/doc/readme-annotation-table
  • 5897a29 Merge pull request #16 from ubergesundheit/print-error-on-failure
  • cddcf5d Merge pull request #17 from ubergesundheit/add-flags-omit-title-description-and-default
  • bed831d Merge pull request #18 from ubergesundheit/add-skip-flag-validation
  • 0a78f32 Print error on command execution
  • 33ec01f Re-implement checks
  • 7547e43 Use viper.UnmarshalKey for slices because of spf13/viper#380
  • 79a8390 WIP Support for multiple types
  • 793653a doc: improve README
  • 5f14b9e doc: improve README
  • 82c7f5e feat: Add possibility to skip the auto-generation of fields
  • ba7d20d feat: Also make it possible to skip additionalProperties field
  • 07bc54d feat: Also make it possible to skip required field