···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-**plugin(@hey-api/client-nuxt)**: use serialized body in SSE requests
-5
.changeset/curly-geckos-play.md
···11----
22-'@hey-api/codegen-core': patch
33----
44-55-**types**: document default values for `importKind` and `kind`
-7
.changeset/fruity-camels-type.md
···11----
22-'@hey-api/openapi-ts': minor
33----
44-55-**plugin(valibot)**: **BREAKING:** standardize `~resolvers` API
66-77-The [Resolvers API](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the [Resolvers](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) page.
-5
.changeset/fuzzy-taxes-cheer.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-**plugin(zod)**: expand support for bigint types
-5
.changeset/heavy-ducks-smile.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-**plugin(@hey-api/client-angular)**: use serialized body in SSE requests
-5
.changeset/major-feet-love.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-**plugin(@hey-api/client-next)**: use serialized body in SSE requests
-5
.changeset/quick-poets-clean.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-**plugin(@hey-api/client-axios)**: use serialized body in SSE requests
-13
.changeset/solid-cars-accept.md
···11----
22-'@hey-api/openapi-ts': minor
33----
44-55-**plugin(sdk)**: **BREAKING**: Structure API
66-77-### Structure API
88-99-The [SDK plugin](https://heyapi.dev/openapi-ts/plugins/sdk) now implements the Structure API, enabling more complex structures and fixing several known issues.
1010-1111-Some Structure APIs are incompatible with the previous configuration, most notably the `methodNameBuilder` function, which accepted the operation object as an argument. You can read the [SDK Output](https://heyapi.dev/openapi-ts/plugins/sdk#output) section to familiarize yourself with the Structure API.
1212-1313-Please [open an issue](https://github.com/hey-api/openapi-ts/issues) if you're unable to migrate your configuration to the new syntax.
-5
.changeset/ten-parks-hunt.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-**plugin(@hey-api/client-fetch)**: use serialized body in SSE requests
-5
.changeset/thin-pugs-provide.md
···11----
22-"@hey-api/openapi-ts": patch
33----
44-55-**plugin(@hey-api/client-nuxt)**: preserve null in `WithRefs` type for nullable fields
-5
.changeset/tiny-clouds-dress.md
···11----
22-'@hey-api/codegen-core': minor
33----
44-55-**core**: Structure API
···11----
22-'@hey-api/openapi-ts': minor
33----
44-55-**plugin(zod)**: **BREAKING:** standardize `~resolvers` API
66-77-The [Resolvers API](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the [Resolvers](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) page.
-5
.changeset/warm-flowers-burn.md
···11----
22-'@hey-api/codegen-core': patch
33----
44-55-**fix**: simplify symbol merging logic
-13
.changeset/wet-radios-arrive.md
···11----
22-'@hey-api/openapi-ts': minor
33----
44-55-**plugin(@angular/common)**: **BREAKING**: Structure API
66-77-### Structure API
88-99-The [Angular plugin](https://heyapi.dev/openapi-ts/plugins/angular) now implements the Structure API, enabling more complex structures and fixing several known issues.
1010-1111-Some Structure APIs are incompatible with the previous configuration, most notably the `methodNameBuilder` function, which accepted the operation object as an argument. You can read the [SDK Output](https://heyapi.dev/openapi-ts/plugins/sdk#output) section to familiarize yourself with the Structure API.
1212-1313-Please [open an issue](https://github.com/hey-api/openapi-ts/issues) if you're unable to migrate your configuration to the new syntax.
-5
.changeset/wise-things-lie.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-**plugin(@hey-api/client-ky)**: use serialized body in SSE requests
+12
packages/codegen-core/CHANGELOG.md
···11# @hey-api/codegen-core
2233+## 0.5.0
44+55+### Minor Changes
66+77+- **core**: Structure API ([#3109](https://github.com/hey-api/openapi-ts/pull/3109)) ([`815a3de`](https://github.com/hey-api/openapi-ts/commit/815a3de0af434c28ac6d13ff92b85ce1fc146999)) by [@mrlubos](https://github.com/mrlubos)
88+99+### Patch Changes
1010+1111+- **types**: document default values for `importKind` and `kind` ([#3147](https://github.com/hey-api/openapi-ts/pull/3147)) ([`ab80a4b`](https://github.com/hey-api/openapi-ts/commit/ab80a4b2c37423c522aa864afbcb688db76615ba)) by [@mrlubos](https://github.com/mrlubos)
1212+1313+- **fix**: simplify symbol merging logic ([#3169](https://github.com/hey-api/openapi-ts/pull/3169)) ([`77bf81a`](https://github.com/hey-api/openapi-ts/commit/77bf81a13e49a13b6d052ef81e663df0f3b60b5a)) by [@mrlubos](https://github.com/mrlubos)
1414+315## 0.4.0
416517### Minor Changes
···11# @hey-api/openapi-ts
2233+## 0.90.0
44+55+### Minor Changes
66+77+- **plugin(valibot)**: **BREAKING:** standardize `~resolvers` API ([#3147](https://github.com/hey-api/openapi-ts/pull/3147)) ([`ab80a4b`](https://github.com/hey-api/openapi-ts/commit/ab80a4b2c37423c522aa864afbcb688db76615ba)) by [@mrlubos](https://github.com/mrlubos)
88+99+The [Resolvers API](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the [Resolvers](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) page.
1010+1111+- **plugin(sdk)**: **BREAKING**: Structure API ([#3109](https://github.com/hey-api/openapi-ts/pull/3109)) ([`815a3de`](https://github.com/hey-api/openapi-ts/commit/815a3de0af434c28ac6d13ff92b85ce1fc146999)) by [@mrlubos](https://github.com/mrlubos)
1212+1313+### Structure API
1414+1515+The [SDK plugin](https://heyapi.dev/openapi-ts/plugins/sdk) now implements the Structure API, enabling more complex structures and fixing several known issues.
1616+1717+Some Structure APIs are incompatible with the previous configuration, most notably the `methodNameBuilder` function, which accepted the operation object as an argument. You can read the [SDK Output](https://heyapi.dev/openapi-ts/plugins/sdk#output) section to familiarize yourself with the Structure API.
1818+1919+Please [open an issue](https://github.com/hey-api/openapi-ts/issues) if you're unable to migrate your configuration to the new syntax.
2020+2121+- **plugin(zod)**: **BREAKING:** standardize `~resolvers` API ([#3147](https://github.com/hey-api/openapi-ts/pull/3147)) ([`ab80a4b`](https://github.com/hey-api/openapi-ts/commit/ab80a4b2c37423c522aa864afbcb688db76615ba)) by [@mrlubos](https://github.com/mrlubos)
2222+2323+The [Resolvers API](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the [Resolvers](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) page.
2424+2525+- **plugin(@angular/common)**: **BREAKING**: Structure API ([#3109](https://github.com/hey-api/openapi-ts/pull/3109)) ([`815a3de`](https://github.com/hey-api/openapi-ts/commit/815a3de0af434c28ac6d13ff92b85ce1fc146999)) by [@mrlubos](https://github.com/mrlubos)
2626+2727+### Structure API
2828+2929+The [Angular plugin](https://heyapi.dev/openapi-ts/plugins/angular) now implements the Structure API, enabling more complex structures and fixing several known issues.
3030+3131+Some Structure APIs are incompatible with the previous configuration, most notably the `methodNameBuilder` function, which accepted the operation object as an argument. You can read the [SDK Output](https://heyapi.dev/openapi-ts/plugins/sdk#output) section to familiarize yourself with the Structure API.
3232+3333+Please [open an issue](https://github.com/hey-api/openapi-ts/issues) if you're unable to migrate your configuration to the new syntax.
3434+3535+### Patch Changes
3636+3737+- **plugin(@hey-api/client-nuxt)**: use serialized body in SSE requests ([#3123](https://github.com/hey-api/openapi-ts/pull/3123)) ([`6505659`](https://github.com/hey-api/openapi-ts/commit/6505659a5b776d03e943582e700a718eddcc2912)) by [@bilby91](https://github.com/bilby91)
3838+3939+- **plugin(zod)**: expand support for bigint types ([#3145](https://github.com/hey-api/openapi-ts/pull/3145)) ([`4a32dcf`](https://github.com/hey-api/openapi-ts/commit/4a32dcfae503e76db81fa21ca71c71f20ea28c34)) by [@mrlubos](https://github.com/mrlubos)
4040+4141+- **plugin(@hey-api/client-angular)**: use serialized body in SSE requests ([#3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@mrlubos](https://github.com/mrlubos)
4242+4343+- **plugin(@hey-api/client-next)**: use serialized body in SSE requests ([#3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@mrlubos](https://github.com/mrlubos)
4444+4545+- **plugin(@hey-api/client-axios)**: use serialized body in SSE requests ([#3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@mrlubos](https://github.com/mrlubos)
4646+4747+- **plugin(@hey-api/client-fetch)**: use serialized body in SSE requests ([#3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@mrlubos](https://github.com/mrlubos)
4848+4949+- **plugin(@hey-api/client-nuxt)**: preserve null in `WithRefs` type for nullable fields ([#3131](https://github.com/hey-api/openapi-ts/pull/3131)) ([`3935034`](https://github.com/hey-api/openapi-ts/commit/39350343fe77b6a2700c2b57f03c5b838a92f09e)) by [@rigtigeEmil](https://github.com/rigtigeEmil)
5050+5151+- **renderer**: correctly render default import ([#3109](https://github.com/hey-api/openapi-ts/pull/3109)) ([`815a3de`](https://github.com/hey-api/openapi-ts/commit/815a3de0af434c28ac6d13ff92b85ce1fc146999)) by [@mrlubos](https://github.com/mrlubos)
5252+5353+- **plugin(@hey-api/client-ky)**: use serialized body in SSE requests ([#3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@mrlubos](https://github.com/mrlubos)
5454+5555+### Updated Dependencies:
5656+5757+- @hey-api/codegen-core@0.5.0
5858+359## 0.89.2
460561### Patch Changes