fork of hey-api/openapi-ts because I need some additional things

Merge pull request #3017 from hey-api/docs/dsl

docs: add dsl release notes

authored by

Lubos and committed by
GitHub
fb3011f5 691860bb

+12 -2
+6 -2
.changeset/large-rings-lick.md
··· 1 1 --- 2 - '@hey-api/openapi-ts': patch 2 + '@hey-api/openapi-ts': minor 3 3 --- 4 4 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.
+6
docs/openapi-ts/migrating.md
··· 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.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 + 10 16 ## v0.87.0 11 17 12 18 ### Removed legacy clients