You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**BREAKING****client**: resolve `runtimeConfigPath` relative to the output folder
6
+
7
+
### Changed `runtimeConfigPath` behavior
8
+
9
+
This was a known, long-standing issue confusing first-time users. Before, defining client `runtimeConfigPath` value would paste it verbatim to the generated output. This release changes the behavior to resolve relative to the current working directory the same way output path works.
Copy file name to clipboardExpand all lines: .changeset/weak-avocados-tap.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,8 @@
2
2
"@hey-api/openapi-ts": minor
3
3
---
4
4
5
-
**plugin(@hey-api/client-ky)**: respect ky instance defaults
5
+
**BREAKING****plugin(@hey-api/client-ky)**: respect ky instance defaults
6
+
7
+
### Changed Ky client behavior
8
+
9
+
The Ky client was updated to be more intuitive. Some Ky options now need to be passed via the `kyOptions` field and you need to pass `undefined` to unset an option.
Copy file name to clipboardExpand all lines: docs/openapi-ts/migrating.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,16 @@ description: Migrating to @hey-api/openapi-ts.
7
7
8
8
While we try to avoid breaking changes, sometimes it's unavoidable in order to offer you the latest features. This page lists changes that require updates to your code. If you run into a problem with migration, please [open an issue](https://github.com/hey-api/openapi-ts/issues).
9
9
10
+
## v0.97.0
11
+
12
+
### Changed `runtimeConfigPath` behavior
13
+
14
+
This was a known, long-standing issue confusing first-time users. Before, defining client `runtimeConfigPath` value would paste it verbatim to the generated output. This release changes the behavior to resolve relative to the output folder.
15
+
16
+
### Changed Ky client behavior
17
+
18
+
The Ky client was updated to be more intuitive. Some Ky options now need to be passed via the `kyOptions` field and you need to pass `undefined` to unset an option.
0 commit comments