Skip to content

Releases: cuppachino/openapi-typescript-fetch

v2.2.0

19 May 19:38
d7a68e5
Compare
Choose a tag to compare

Minor Changes

  • 456668e: fix issue 22 - allow sending FormData as body

v2.1.2

28 Mar 21:43
53f37cc
Compare
Choose a tag to compare

Patch Changes

v2.1.1

27 Mar 20:23
c8c65f8
Compare
Choose a tag to compare

Weird thing happened using changesets in github.dev. I've manually combined the release notes here:

Releases

@cuppachino/[email protected]

Minor Changes

  • 7aec33f: created fetches that previously required a Record<string, never> (empty object) as its first argument now allow that argument to be undefined.

Patch Changes

  • ce0f69a: make Record<string, never> payloads optional

  • b1b5b74: pass type errors

What's Changed

  • make Record<string, never> payloads optional by @cuppachino in #14
  • Update README.md by @cuppachino in #15
  • Version Packages by @github-actions in #13
  • Make empty record arg optional by @cuppachino in #17
  • Version Packages by @github-actions in #16

Full Changelog: v2.0.6...v2.1.1

v2.0.6

24 Mar 10:20
a723f81
Compare
Choose a tag to compare

Patch Changes

  • a892a68: fix: set default entry point to cjs output. Only affects targets that ignore the exports field in package.json.
  • 68657ec: retry ci action

v2.0.5

24 Mar 05:08
09c8a59
Compare
Choose a tag to compare

Patch Changes

  • 0194f01: fix: coerce undefined body to null (stricter dev types)

v2.0.4

24 Mar 00:18
9777693
Compare
Choose a tag to compare

Patch Changes

  • c8b204a: Use exact optional query parameters

v2.0.3

24 Mar 00:02
7091120
Compare
Choose a tag to compare

Patch Changes

v2.0.2

23 Mar 23:04
Compare
Choose a tag to compare

Fixed cjs/esm support

What's Changed

  • deps: add remark by @cuppachino in #1
  • Version Packages by @github-actions in #2

New Contributors

  • @cuppachino made their first contribution in #1
  • @github-actions made their first contribution in #2

Full Changelog: https://github.com/cuppachino/openapi-typescript-fetch/commits/v2.0.2