Release Notes
Fixed
- TypeScript Fetch: handle adjacent tagged-union payload keys correctly under camelCase property naming
- TypeScript Fetch: emit tag-only discriminated union variants without synthetic payload fields
- TypeScript Fetch: preserve nullable array and reference conversions with explicit null guards
- TypeScript Fetch: simplify redundant generated union type members
Changed
- Bump
sigil-stitch to 0.6.8
Install openapi-nexus 0.1.15
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/adamcavendish/openapi-nexus/releases/download/0.1.15/openapi-nexus-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/adamcavendish/openapi-nexus/releases/download/0.1.15/openapi-nexus-installer.ps1 | iex"
Download openapi-nexus 0.1.15