Releases: drwpow/openapi-fetch
Releases · drwpow/openapi-fetch
v0.1.4
Patch Changes
- 63ebe48: Fix request body type when optional (#48)
v0.1.3
Patch Changes
- 8c01480: Fix querySerializer signature
v0.1.2
Patch Changes
- e730cd8: Fix post() and options() types
v0.1.1
Patch Changes
- 5d1fb7d: Fix bad HTTP method lookup causing polymorphsim
v0.1.0
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
Patch Changes
- 8e7cb46: Fix TypeScript lib error, simplify generated types
v0.0.6
Patch Changes
- 27c149c: Fix data, error sometimes returning undefined