Releases: ajaishankar/openapi-typescript-fetch
Releases · ajaishankar/openapi-typescript-fetch
v2.2.1
What's changed
Fixed openapi-typescript 7 arg type #71
v2.2.0
What's Changed
- Don't try to read body for 304 Not Modified response
Full Changelog: v2.1.0...v2.2.0
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