v0.13.0
Features
-
change default for all case convention validations to error (#86)
-
This applies to the following rules:
param_name_case_convention
,paths_case_convention
,property_case_convention
,enum_case_convention
-
The rule
snake_case_only
(in categoriespaths
andschemas
) is now set tooff
by default. They will be deprecated in a future release.