Skip to content

v0.12.3

Choose a tag to compare

@foo-ogawa foo-ogawa released this 08 Apr 07:28

Changes

  • Fix: OpenAPI 3.1 type array nullable syntax (type: [string, 'null']) now correctly generates string | null instead of unknown
  • Both OpenAPI 3.0 (nullable: true) and 3.1 (type array) nullable patterns are now supported
  • Added unit tests for type array handling