Skip to content

Vimanam v0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 05:39
· 30 commits to main since this release
782de4f

Added

  • Schema expansion at --detail full --include-schemas (#5): the Schema model
    now captures title, description, format, properties, items,
    required, allOf/oneOf/anyOf, enum, nullable, and
    additionalProperties, and request/response schemas are rendered as nested
    field tables instead of a one-line type or reference name. $refs are
    resolved against components.schemas (OpenAPI 3) and definitions
    (OpenAPI 2), with cycle detection and a depth guard so self-referential
    schemas terminate cleanly

Changed

  • --detail full --include-schemas output format: request/response schemas now
    render as | Field | Type | Required | Description | tables instead of the
    previous single-line // Schema type: / // Reference: comment

Binaries for Linux, macOS (Intel & Apple Silicon), and Windows are attached. Also available via cargo install vimanam.