Skip to content

Commit 7f4b63a

Browse files
committed
1 parent 0eeee6b commit 7f4b63a

14 files changed

+38
-54
lines changed

.changeset/cool-steaks-lay.md

-5
This file was deleted.

.changeset/friendly-turtles-count.md

-5
This file was deleted.

.changeset/hot-terms-vanish.md

-6
This file was deleted.

.changeset/lovely-needles-try.md

-5
This file was deleted.

.changeset/moody-bottles-tie.md

-5
This file was deleted.

.changeset/nasty-comics-taste.md

-5
This file was deleted.

.changeset/old-beans-impress.md

-5
This file was deleted.

.changeset/shiny-trees-eat.md

-5
This file was deleted.

.changeset/sixty-oranges-arrive.md

-5
This file was deleted.

.changeset/spicy-kings-wait.md

-5
This file was deleted.

packages/openapi-fetch/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# openapi-fetch
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [#1521](https://github.com/drwpow/openapi-typescript/pull/1521) [`b174dd6`](https://github.com/drwpow/openapi-typescript/commit/b174dd6a7668e2f1f6bf6bd086ba2dabf7fb669e) Thanks [@drwpow](https://github.com/drwpow)! - Add middleware support
8+
9+
- [#1521](https://github.com/drwpow/openapi-typescript/pull/1521) [`fc3a468`](https://github.com/drwpow/openapi-typescript/commit/fc3a468c4342e17d203712be358b30a3fb82ab1e) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change (internal): fetch() is now called with new Request() to support middleware (which may affect test mocking)
10+
11+
- [#1521](https://github.com/drwpow/openapi-typescript/pull/1521) [`2551e4b`](https://github.com/drwpow/openapi-typescript/commit/2551e4bde41d5437a76c13bb5ba25ede4f14db10) Thanks [@drwpow](https://github.com/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!
12+
13+
- [#1534](https://github.com/drwpow/openapi-typescript/pull/1534) [`2bbeb92`](https://github.com/drwpow/openapi-typescript/commit/2bbeb92244cb82a534abb016ffb5fbd1255d9db5) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: no longer supports deeply-nested objects/arrays for query & path serialization.
14+
15+
### Patch Changes
16+
17+
- [#1484](https://github.com/drwpow/openapi-typescript/pull/1484) [`49bbd72`](https://github.com/drwpow/openapi-typescript/commit/49bbd72800f7bc6c460a741c50d11eb216746290) Thanks [@drwpow](https://github.com/drwpow)! - Remove prepare script
18+
19+
- [#1479](https://github.com/drwpow/openapi-typescript/pull/1479) [`c6d945b`](https://github.com/drwpow/openapi-typescript/commit/c6d945be717bb3999178fb3a77292e41e1b7ab80) Thanks [@darwish](https://github.com/darwish)! - Fixed build of openapi-typescript-helpers for CommonJS environments
20+
21+
- [#1534](https://github.com/drwpow/openapi-typescript/pull/1534) [`2bbeb92`](https://github.com/drwpow/openapi-typescript/commit/2bbeb92244cb82a534abb016ffb5fbd1255d9db5) Thanks [@drwpow](https://github.com/drwpow)! - Add support for automatic label & matrix path serialization.
22+
23+
- [#1521](https://github.com/drwpow/openapi-typescript/pull/1521) [`fd44bd2`](https://github.com/drwpow/openapi-typescript/commit/fd44bd28d881715e30f5a71435f05f6bae13859d) Thanks [@drwpow](https://github.com/drwpow)! - Support arrays in headers
24+
25+
- [#1534](https://github.com/drwpow/openapi-typescript/pull/1534) [`2bbeb92`](https://github.com/drwpow/openapi-typescript/commit/2bbeb92244cb82a534abb016ffb5fbd1255d9db5) Thanks [@drwpow](https://github.com/drwpow)! - Remove leading question marks from querySerializer
26+
27+
- [#1530](https://github.com/drwpow/openapi-typescript/pull/1530) [`4765658`](https://github.com/drwpow/openapi-typescript/commit/4765658460e0850d005e3f08cd63c4949326349b) Thanks [@wydengyre](https://github.com/wydengyre)! - Exports the ClientMethod utility type.
28+
29+
- Updated dependencies [[`c6d945b`](https://github.com/drwpow/openapi-typescript/commit/c6d945be717bb3999178fb3a77292e41e1b7ab80)]:
30+
31+
332
## 0.8.2
433

534
### Patch Changes

packages/openapi-fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fast, typesafe fetch client for your OpenAPI schema. Only 5 kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -63,7 +63,7 @@
6363
"version": "pnpm run prepare && pnpm run build"
6464
},
6565
"dependencies": {
66-
"openapi-typescript-helpers": "^0.0.6"
66+
"openapi-typescript-helpers": "^0.0.7"
6767
},
6868
"devDependencies": {
6969
"axios": "^1.6.7",

packages/openapi-typescript-helpers/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-typescript-helpers
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [#1479](https://github.com/drwpow/openapi-typescript/pull/1479) [`c6d945b`](https://github.com/drwpow/openapi-typescript/commit/c6d945be717bb3999178fb3a77292e41e1b7ab80) Thanks [@darwish](https://github.com/darwish)! - Fixed build of openapi-typescript-helpers for CommonJS environments
8+
39
## 0.0.6
410

511
### Patch Changes

packages/openapi-typescript-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-typescript-helpers",
33
"description": "TypeScript helpers for consuming openapi-typescript types",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)