Skip to content

Release 6.31.0

Compare
Choose a tag to compare
@anymaniax anymaniax released this 25 Jun 10:37
· 76 commits to master since this release

6.31.0 (2024-06-25)

Bug Fixes

  • applies fileExtension to schemas generated files (#1473) (68fd4fb)
  • format for orval package options (#1450) (759ef48)
  • generate each http status is now zod specific (#1445) (f350fad)
  • msw: correctly add imports for enum references (#1456) (f580f5d), closes #1455
  • msw: correctly generate ref'd examples (#1459) (f296491)
  • use unknown instead of any for additional properties (#1466) (950b547)
  • zod: properly handling top level rules for array (#1475) (e1711e5)
  • zod: treat additionalProperties keyword (#1443) (257a21f)

Features