Skip to content

0.1.15

Choose a tag to compare

@github-actions github-actions released this 22 Jun 07:10

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

File Platform Checksum
openapi-nexus-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
openapi-nexus-x86_64-apple-darwin.tar.xz Intel macOS checksum
openapi-nexus-x86_64-pc-windows-msvc.zip x64 Windows checksum
openapi-nexus-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
openapi-nexus-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
openapi-nexus-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
openapi-nexus-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum