Releases: ajaishankar/openapi-typescript-fetch
Releases · ajaishankar/openapi-typescript-fetch
v2.1.0
What's Changed
- Allow overriding
baseUrl
at runtime
- Support 204 as a successful query, and exclude 204 body from error types by @smaspe in #66
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0
The "es" release
- esnext - no Typescript transpilation for async / await
- esbuild - bundle with merged type declaration file from this blog
- esm - fixed to work with Vite