1.0.1

(fix): Fix property lookup in inherited schemas during snippet generation for object schemas.

1.0.0

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

OptionBeforeNow
inlineFilePropertiesfalsetrue
inlinePathParametersfalsetrue
enableInlineTypesfalsetrue
noSerdeLayerfalsetrue
omitUndefinedfalsetrue
skipResponseValidationfalsetrue
useLegacyExportstruefalse

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

(fix): When generating properties for interfaces and classes, we only surround the property name with quotes if necessary. In some cases where the property name wasn’t a valid identifier before, we now surround it with quotes too.

0.51.7

(fix): If an object extends an alias, the generator now visits the alias that is being extended (instead of throwing an error).