···11---
22-'@hey-api/openapi-ts': patch
22+'@hey-api/openapi-ts': minor
33---
4455-**@tanstack/query**: prettier infinite query options
55+**output**: use TypeScript DSL
66+77+### Removed `compiler` and `tsc` exports
88+99+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.
+6
docs/openapi-ts/migrating.md
···7788While 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).
991010+## v0.88.0
1111+1212+### Removed `compiler` and `tsc` exports
1313+1414+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.
1515+1016## v0.87.0
11171218### Removed legacy clients