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

Latest commit

 

History

History
93 lines (49 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

93 lines (49 loc) · 1.5 KB

openapi-fetch

0.2.0

Minor Changes

  • 97c8757: Add custom fetch option (#51). Thanks, @hd-o!

0.1.4

Patch Changes

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

0.1.3

Patch Changes

  • 8c01480: Fix querySerializer signature

0.1.2

Patch Changes

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

0.1.1

Patch Changes

  • 5d1fb7d: Fix bad HTTP method lookup causing polymorphsim

0.1.0

Minor Changes

  • f878cd3: Add querySerializer

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)

0.0.8

Patch Changes

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

0.0.7

Patch Changes

  • fce1546: Support "application/json;charset=utf-8" content types (#15). Thanks, @shinzui!
  • 0899e0e: Add minified build (#18)

0.0.6

Patch Changes

  • 27c149c: Fix data, error sometimes returning undefined

0.0.5

Patch Changes

  • c818e65: Export BaseParams shared type (#8)

0.0.4

Patch Changes

  • ce99563: Fix optional requestBody in path

0.0.3

Patch Changes

0.0.2

Patch Changes

  • 5a47464: Fix module entry

0.0.1

Patch Changes

  • 55d7013: Encode path params