Skip to content

0.0.18

Compare
Choose a tag to compare
@kbuntrock kbuntrock released this 04 Mar 20:56

🚀 New features and improvements

  • Tags and contained operations with the same path are now deterministically ordered. #99 & #100 (Thanks to @magx2)
  • Allow free fields merging between common and specific api configuration. #107 (Thanks to @royteeuwen)
  • Model substitution configuration #98
  • Handle default values in "required" for Spring MVC parameters #115
  • Add support for Jackson @JsonProperty #116 (Thanks to @hugop95)
  • Optional configuration #106
  • Configuration nullable/non nullable annotations and default value for dto fields #78 (Thanks to @josve )
  • Integration tests on jdk21

🐞 Bug Fixes

📄 Documentation updates

  • Add "mergeFreeFields" value
  • Add "defaultNonNullableFields" value
  • Add "nonNullableAnnotation" value
  • Add "nullableAnnotation" value
  • Add "openapiModels" value
  • Add "modelsAssociations" value