Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/better-cameras-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bitter-wings-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-suns-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-papayas-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-moons-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-trains-wish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-needles-pick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-papayas-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-shirts-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-keys-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-cases-bet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-feet-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-worlds-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-weeks-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/salty-fans-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-showers-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/solid-breads-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sse-iterator-return-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/temporal-dates-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-taxis-write.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-bugs-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/zod-discriminated-union-empty-object.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/codegen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hey-api/codegen-core

## 0.8.2

### Patch Changes

- **symbols**: fix: prefer recursive over top-level merging in registry ([#3917](https://github.com/hey-api/openapi-ts/pull/3917)) ([`ec2bdba`](https://github.com/hey-api/openapi-ts/commit/ec2bdba19e0afee59e9fb8bcbfeff837ee2535b1)) by [@SukkaW](https://github.com/SukkaW)

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/codegen-core",
"version": "0.8.1",
"version": "0.8.2",
"description": "🧱 TypeScript framework for generating files.",
"keywords": [
"codegen",
Expand Down
9 changes: 9 additions & 0 deletions packages/openapi-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hey-api/openapi-python

## 0.0.20

### Patch Changes

### Updated Dependencies:

- @hey-api/shared@0.4.5
- @hey-api/codegen-core@0.8.2

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-python",
"version": "0.0.19",
"version": "0.0.20",
"private": true,
"description": "🐍 OpenAPI to Python codegen.",
"keywords": [
Expand Down
41 changes: 41 additions & 0 deletions packages/openapi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# @hey-api/openapi-ts

## 0.97.3

### Patch Changes

- **plugin(@hey-api/client-axios)**: fix: correct return type in SSE ([#3919](https://github.com/hey-api/openapi-ts/pull/3919)) ([`a19b3a4`](https://github.com/hey-api/openapi-ts/commit/a19b3a472f2480592f3cbe518ea5e7f02fe4a550)) by [@kitlangton](https://github.com/kitlangton)

- **plugin(@tanstack/preact-query)**: add `getQueryData` option ([#3827](https://github.com/hey-api/openapi-ts/pull/3827)) ([`1aa4785`](https://github.com/hey-api/openapi-ts/commit/1aa47851422dece48d103ad018759fea8151cb38)) by [@inas-sirhan](https://github.com/inas-sirhan)

- **plugin(@hey-api/client-ofetch)**: fix: correct return type in SSE ([#3919](https://github.com/hey-api/openapi-ts/pull/3919)) ([`a19b3a4`](https://github.com/hey-api/openapi-ts/commit/a19b3a472f2480592f3cbe518ea5e7f02fe4a550)) by [@kitlangton](https://github.com/kitlangton)

- **plugin(@tanstack/svelte-query)**: add `getQueryData` option ([#3827](https://github.com/hey-api/openapi-ts/pull/3827)) ([`1aa4785`](https://github.com/hey-api/openapi-ts/commit/1aa47851422dece48d103ad018759fea8151cb38)) by [@inas-sirhan](https://github.com/inas-sirhan)

- **plugin(@tanstack/angular-query-experimental)**: add `getQueryData` option ([#3827](https://github.com/hey-api/openapi-ts/pull/3827)) ([`1aa4785`](https://github.com/hey-api/openapi-ts/commit/1aa47851422dece48d103ad018759fea8151cb38)) by [@inas-sirhan](https://github.com/inas-sirhan)

- **plugin(@tanstack/react-query)**: add `getQueryData` option ([#3827](https://github.com/hey-api/openapi-ts/pull/3827)) ([`1aa4785`](https://github.com/hey-api/openapi-ts/commit/1aa47851422dece48d103ad018759fea8151cb38)) by [@inas-sirhan](https://github.com/inas-sirhan)

- **plugin(@hey-api/client-fetch)**: fix: correct return type in SSE ([#3919](https://github.com/hey-api/openapi-ts/pull/3919)) ([`a19b3a4`](https://github.com/hey-api/openapi-ts/commit/a19b3a472f2480592f3cbe518ea5e7f02fe4a550)) by [@kitlangton](https://github.com/kitlangton)

- **plugin(@tanstack/react-query)**: add `useGetQueryData` option ([#3827](https://github.com/hey-api/openapi-ts/pull/3827)) ([`1aa4785`](https://github.com/hey-api/openapi-ts/commit/1aa47851422dece48d103ad018759fea8151cb38)) by [@inas-sirhan](https://github.com/inas-sirhan)

- **plugin(@hey-api/client-ky)**: fix: correct return type in SSE ([#3919](https://github.com/hey-api/openapi-ts/pull/3919)) ([`a19b3a4`](https://github.com/hey-api/openapi-ts/commit/a19b3a472f2480592f3cbe518ea5e7f02fe4a550)) by [@kitlangton](https://github.com/kitlangton)

- **plugin(@tanstack/solid-query)**: add `getQueryData` option ([#3827](https://github.com/hey-api/openapi-ts/pull/3827)) ([`1aa4785`](https://github.com/hey-api/openapi-ts/commit/1aa47851422dece48d103ad018759fea8151cb38)) by [@inas-sirhan](https://github.com/inas-sirhan)

- **plugin(@hey-api/client-next)**: fix: correct return type in SSE ([#3919](https://github.com/hey-api/openapi-ts/pull/3919)) ([`a19b3a4`](https://github.com/hey-api/openapi-ts/commit/a19b3a472f2480592f3cbe518ea5e7f02fe4a550)) by [@kitlangton](https://github.com/kitlangton)

- **plugin(@tanstack/preact-query)**: add `useGetQueryData` option ([#3827](https://github.com/hey-api/openapi-ts/pull/3827)) ([`1aa4785`](https://github.com/hey-api/openapi-ts/commit/1aa47851422dece48d103ad018759fea8151cb38)) by [@inas-sirhan](https://github.com/inas-sirhan)

- **plugin(@hey-api/client-angular)**: fix: correct return type in SSE ([#3919](https://github.com/hey-api/openapi-ts/pull/3919)) ([`58962a0`](https://github.com/hey-api/openapi-ts/commit/58962a055b19c61ea5721d01f7ba2589bbbcb1ad)) by [@kitlangton](https://github.com/kitlangton)

- **plugin(@hey-api/transformers)**: add support for Temporal API via [temporal-polyfill](https://github.com/fullcalendar/temporal-polyfill) in `dates` ([#3916](https://github.com/hey-api/openapi-ts/pull/3916)) ([`bfa457a`](https://github.com/hey-api/openapi-ts/commit/bfa457a3da2bebad46f6c621cfd8a0f22aa6b9d8)) by [@OptoCloud](https://github.com/OptoCloud)

- **plugin(@tanstack/vue-query)**: add `getQueryData` option ([#3827](https://github.com/hey-api/openapi-ts/pull/3827)) ([`1aa4785`](https://github.com/hey-api/openapi-ts/commit/1aa47851422dece48d103ad018759fea8151cb38)) by [@inas-sirhan](https://github.com/inas-sirhan)

- **plugin(zod)**: fix: avoid invalid `.extend()` on `z.record()` when a discriminated union member is an empty object ([#3915](https://github.com/hey-api/openapi-ts/pull/3915)) ([`8fa9f3a`](https://github.com/hey-api/openapi-ts/commit/8fa9f3ae0932401c097ccdd542d08b092f13873c)) by [@pullfrog](https://github.com/apps/pullfrog)

### Updated Dependencies:

- @hey-api/shared@0.4.5
- @hey-api/codegen-core@0.8.2

## 0.97.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-ts",
"version": "0.97.2",
"version": "0.97.3",
"description": "🌀 OpenAPI to TypeScript codegen. Production-grade SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.",
"keywords": [
"angular",
Expand Down
18 changes: 18 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @hey-api/shared

## 0.4.5

### Patch Changes

- **types**: export `ResolverNodes` type on `Plugin` ([#3907](https://github.com/hey-api/openapi-ts/pull/3907)) ([`3aabff2`](https://github.com/hey-api/openapi-ts/commit/3aabff24719d7e5ed82ce9b0ba64a9d8050e94c2)) by [@mrlubos](https://github.com/mrlubos)

- **plugin**: expose getHooks method ([#3913](https://github.com/hey-api/openapi-ts/pull/3913)) ([`7c330bc`](https://github.com/hey-api/openapi-ts/commit/7c330bcc6bc1849aba979e1028a7d5e9dd97e0dd)) by [@mrlubos](https://github.com/mrlubos)

- **fix**: various performance improvements ([#3917](https://github.com/hey-api/openapi-ts/pull/3917)) ([`ec2bdba`](https://github.com/hey-api/openapi-ts/commit/ec2bdba19e0afee59e9fb8bcbfeff837ee2535b1)) by [@SukkaW](https://github.com/SukkaW)

- **utils**: turn on `enabled` flag in `mappers` ([#3827](https://github.com/hey-api/openapi-ts/pull/3827)) ([`1aa4785`](https://github.com/hey-api/openapi-ts/commit/1aa47851422dece48d103ad018759fea8151cb38)) by [@inas-sirhan](https://github.com/inas-sirhan)

- **parser**: fix: encode special characters in JSON Pointer ([#3903](https://github.com/hey-api/openapi-ts/pull/3903)) ([`e6c66b0`](https://github.com/hey-api/openapi-ts/commit/e6c66b0d009d38a4c68ec5724c23bef8ae836fb4)) by [@aqeelat](https://github.com/aqeelat)

### Updated Dependencies:

- @hey-api/codegen-core@0.8.2

## 0.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/shared",
"version": "0.4.4",
"version": "0.4.5",
"description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.",
"homepage": "https://heyapi.dev/",
"bugs": {
Expand Down