Skip to content

Releases: drwpow/openapi-typescript

openapi-typescript-helpers@0.0.7

15 Feb 18:15
Compare
Choose a tag to compare

Patch Changes

  • #1479 c6d945b Thanks @darwish! - Fixed build of openapi-typescript-helpers for CommonJS environments

openapi-fetch@0.9.0

15 Feb 18:15
Compare
Choose a tag to compare

Minor Changes

  • #1521 b174dd6 Thanks @drwpow! - Add middleware support

  • #1521 fc3a468 Thanks @drwpow! - ⚠️ Breaking change (internal): fetch() is now called with new Request() to support middleware (which may affect test mocking)

  • #1521 2551e4b Thanks @drwpow! - ⚠️ Breaking change: Responses are no longer automatically .clone()’d in certain instances. Be sure to .clone() yourself if you need to access the raw body!

  • #1534 2bbeb92 Thanks @drwpow! - ⚠️ Breaking change: no longer supports deeply-nested objects/arrays for query & path serialization.

Patch Changes

openapi-typescript@6.7.4

19 Jan 05:27
4b879e7
Compare
Choose a tag to compare

Patch Changes

openapi-typescript@6.7.3

13 Dec 17:32
Compare
Choose a tag to compare

Patch Changes

openapi-typescript@6.7.2

01 Dec 18:15
Compare
Choose a tag to compare

Patch Changes

openapi-typescript@7.0.0-next.5

29 Nov 00:22
3994af5
Compare
Choose a tag to compare
Pre-release

openapi-fetch@0.8.2

23 Nov 19:17
9c67b23
Compare
Choose a tag to compare

Patch Changes

  • #1424 8f5adb3 Thanks @drwpow! - Separate TS types to be managed manually

  • Updated dependencies [5be2082]:

    • openapi-typescript-helpers@0.0.5

openapi-fetch@0.8.1

23 Oct 04:49
43b1b69
Compare
Choose a tag to compare

Patch Changes

  • #1404 93204e4 Thanks @drwpow! - Fix behavior for empty arrays and objects in default querySerializer

openapi-fetch@0.8.0

20 Oct 00:24
7d62124
Compare
Choose a tag to compare

Minor Changes

openapi-fetch@0.7.10

08 Oct 19:04
d6c8164
Compare
Choose a tag to compare

Patch Changes