2.0.0

(chore): The following configuration names have changed, but the old names will continue to work.

  • experimental-enable-forward-compatible-enums is now enable-forward-compatible-enums
  • experimental-additional-properties is now additional-properties

(feat): This release changes the defaults for the following custom configuration in generators.yml.

OptionBeforeNow
additional-propertiesfalsetrue
enable-forward-compatible-enumsfalsetrue
generate-mock-server-testsfalsetrue
inline-path-parametersfalsetrue
simplify-object-dictionariestruefalse
use-discriminated-unionsfalsetrue

To avoid breaking changes, explicitly set the options above with the Before values in the config of your generator in generators.yml.