Releases: qdrant/openapi-typescript-fetch
Releases · qdrant/openapi-typescript-fetch
v1.2.6
v1.2.5
Patch Changes
- Return to Node.js 18 compatibility and skip BigInt support and test until Node 21
v1.2.4
Patch Changes
- Native JSON support for response serializing/deserializing long int (BigInt)
v1.2.3
Patch Changes
- Temporarily pack json-with-bigint locally until this package supports CJS modules
v1.2.2
v1.2.1
v1.2.0
Minor Changes
-
- Package
type=module
compatibility and exports entrypoint for cjs, es6 and esm - Do not send
content-type
header with empty body - Fix strictness of parameters in the query in the creator function
- Enable
FormData
as body - Support 202 Accepted response type
- Infer types for OAS3 using
application/json; charset=utf-8
- Package