Skip to content

Commit fb3011f

Browse files
authored
Merge pull request #3017 from hey-api/docs/dsl
docs: add dsl release notes
2 parents 691860b + 75050ec commit fb3011f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.changeset/large-rings-lick.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
'@hey-api/openapi-ts': patch
2+
'@hey-api/openapi-ts': minor
33
---
44

5-
**@tanstack/query**: prettier infinite query options
5+
**output**: use TypeScript DSL
6+
7+
### Removed `compiler` and `tsc` exports
8+
9+
This release removes the `compiler` utility functions. Instead, it introduces a new TypeScript DSL exposed under the `$` symbol. All plugins now use this interface, so you may notice slight changes in the generated output.

docs/openapi-ts/migrating.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ description: Migrating to @hey-api/openapi-ts.
77

88
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).
99

10+
## v0.88.0
11+
12+
### Removed `compiler` and `tsc` exports
13+
14+
This release removes the `compiler` utility functions. Instead, it introduces a new TypeScript DSL exposed under the `$` symbol. All plugins now use this interface, so you may notice slight changes in the generated output.
15+
1016
## v0.87.0
1117

1218
### Removed legacy clients

0 commit comments

Comments
 (0)