Release Notes
Added
--toc flag as the explicit opposite of --no-toc; when both are given, the
later one wins.
- A "no effect" warning when
--required-only is combined with --detail basic
or --detail summary, matching the existing --include-schemas/--include-examples
warnings.
Fixed
- Swagger 2.0
schemes is now respected when building the server URL from
host/basePath; previously plain-HTTP specs were rendered with an assumed
https:// prefix.
Response model now has a dedicated $ref field instead of relying on
flattened extensions, for consistency with other ref-bearing types.
- MSRV documentation updated from 1.85 to 1.96 (actual MSRV as of 1.0.0).
Install vimanam 1.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/noemaforge/vimanam/releases/download/v1.0.1/vimanam-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/noemaforge/vimanam/releases/download/v1.0.1/vimanam-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install noemaforge/tap/vimanam
Download vimanam 1.0.1