Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Releases: drwpow/openapi-fetch

v0.2.0

22 May 15:40
Compare
Choose a tag to compare

Minor Changes

v0.1.4

11 May 14:37
Compare
Choose a tag to compare

Patch Changes

  • 63ebe48: Fix request body type when optional (#48)

v0.1.3

09 May 16:34
Compare
Choose a tag to compare

Patch Changes

  • 8c01480: Fix querySerializer signature

v0.1.2

08 May 07:29
Compare
Choose a tag to compare

Patch Changes

  • e730cd8: Fix post() and options() types

v0.1.1

06 May 18:36
Compare
Choose a tag to compare

Patch Changes

  • 5d1fb7d: Fix bad HTTP method lookup causing polymorphsim

v0.1.0

06 May 18:36
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • 22197a1: Add missing type defs for minified build
  • ff3174a: Fix type inference bugs
  • 4ce3828: Skip parsing JSON for empty responses (#23)
  • ff3ae1b: Skip parsing JSON for 204 responses (#28)

v0.0.8

13 Apr 21:23
Compare
Choose a tag to compare

Patch Changes

  • 8e7cb46: Fix TypeScript lib error, simplify generated types

v0.0.7

11 Apr 17:11
Compare
Choose a tag to compare

Patch Changes

v0.0.6

06 Apr 23:12
Compare
Choose a tag to compare

Patch Changes

  • 27c149c: Fix data, error sometimes returning undefined

v0.0.5

05 Apr 02:25
Compare
Choose a tag to compare

Patch Changes

  • c818e65: Export BaseParams shared type (#8)