Skip to content

Releases: qdrant/openapi-typescript-fetch

v1.2.6

04 Mar 14:16
64fc065
Compare
Choose a tag to compare

Patch Changes

  • Fix: BigInt conversion issue for scientific notation numbers

v1.2.5

21 Feb 19:09
fbc2a2a
Compare
Choose a tag to compare

Patch Changes

  • Return to Node.js 18 compatibility and skip BigInt support and test until Node 21

v1.2.4

21 Feb 12:29
1b194f2
Compare
Choose a tag to compare

Patch Changes

  • Native JSON support for response serializing/deserializing long int (BigInt)

v1.2.3

20 Feb 16:28
15124d1
Compare
Choose a tag to compare

Patch Changes

  • Temporarily pack json-with-bigint locally until this package supports CJS modules

v1.2.2

19 Feb 16:38
Compare
Choose a tag to compare

@qdrant/openapi-typescript-fetch

1.2.2

Patch Changes

  • 2ffe33f Thanks @Rendez! - Add bigint support using json-with-bigint package.

v1.2.1

02 Jun 18:11
Compare
Choose a tag to compare

Patch Changes

  • a2120c3 Thanks @Rendez! - fix: parameters query optional in CreateFetch type

v1.2.0

11 May 09:23
Compare
Choose a tag to compare

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