Skip to content

Releases: zyno-io/openapi-client-codegen-ts

Release v2.10.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 01:39
d94d20a
Co-authored-by: Codex <codex@openai.com>

Release v2.9.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 16:17
338b1ae
Merge pull request #1 from zyno-io/agent/fix-codegen-client-compatibi…

Release v2.9.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 07:49
8ab1d6e
proper File/Blob support

Release v2.8.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 23:48
6ba8440
bump deps, fix error interceptor

Release v2.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 02:06
629833c
v2.8.0

Release v2.7.3

Choose a tag to compare

@github-actions github-actions released this 26 Feb 04:50
d503904
correct return types to match those of @hey-api/client-fetch

Release v2.7.2

Choose a tag to compare

@github-actions github-actions released this 18 Feb 14:55
f263e82
improve OpenApiClient types, add E2E tests, CI, and README

- Rewrite OpenApiClient as a structural interface with typed request
  options, all client members (getConfig, buildUrl, response interceptor,
  eject), and method syntax for bivariant compat with bundled codegen client
- Remove @hey-api/client-fetch dep (bundled since openapi-ts v0.73.0)
- Add E2E test: generates SDK from petstore spec, verifies type compat
  with OpenApiClient, configures client, makes HTTP requests
- Add GitHub Actions CI (test + version tagging) and release workflow
- Add README documenting motivation, generation, client config, file
  uploads, error handling, and response utilities
- Extract build script to scripts/build.sh, fix cross-platform sed→perl
- Replace ts-node with tsx

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>