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
7 changes: 0 additions & 7 deletions .changeset/cold-buckets-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/crazy-crabs-slide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/expose-security-scheme-key.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-seas-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-dolls-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-mails-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-dancers-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-dolls-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-papers-win.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-forks-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ripe-berries-feel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-flies-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-roses-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-olives-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-words-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-insects-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tangy-trams-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-forks-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/whole-file-ref-naming.md

This file was deleted.

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

## 0.8.3

### Patch Changes

- **symbol**: add `children` and `override` property ([#3945](https://github.com/hey-api/openapi-ts/pull/3945)) ([`13c3d7d`](https://github.com/hey-api/openapi-ts/commit/13c3d7d2be7a18ea72dff14e951841c843e3ea9a)) by [@mrlubos](https://github.com/mrlubos)

- **symbols**: export `pythonNameConflictResolver`, `SymbolChild`, `SymbolKind`, and `SymbolRegistry` ([#3945](https://github.com/hey-api/openapi-ts/pull/3945)) ([`13c3d7d`](https://github.com/hey-api/openapi-ts/commit/13c3d7d2be7a18ea72dff14e951841c843e3ea9a)) by [@mrlubos](https://github.com/mrlubos)

## 0.8.2

### 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.2",
"version": "0.8.3",
"description": "🧱 TypeScript framework for generating files.",
"keywords": [
"codegen",
Expand Down
6 changes: 6 additions & 0 deletions packages/json-schema-ref-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hey-api/json-schema-ref-parser

## 1.4.3

### Patch Changes

- **bundle**: fix: name whole-file `$ref`s after the source filename ([#3936](https://github.com/hey-api/openapi-ts/pull/3936)) ([`4219ae5`](https://github.com/hey-api/openapi-ts/commit/4219ae5a8e4a2135afc09dab23e9bc401c7b9628)) by [@matthewjamesadam](https://github.com/matthewjamesadam)

## 1.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/json-schema-ref-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/json-schema-ref-parser",
"version": "1.4.2",
"version": "1.4.3",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
"keywords": [
"$ref",
Expand Down
10 changes: 10 additions & 0 deletions packages/openapi-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hey-api/openapi-python

## 0.0.21

### Patch Changes

### Updated Dependencies:

- @hey-api/shared@0.4.6
- @hey-api/codegen-core@0.8.3
- @hey-api/json-schema-ref-parser@1.4.3

## 0.0.20

### 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.20",
"version": "0.0.21",
"private": true,
"description": "🐍 OpenAPI to Python codegen.",
"keywords": [
Expand Down
36 changes: 36 additions & 0 deletions packages/openapi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @hey-api/openapi-ts

## 0.98.0

### Minor Changes

- **BREAKING** **config**: declarative configuration ([#3950](https://github.com/hey-api/openapi-ts/pull/3950)) ([`9b79a56`](https://github.com/hey-api/openapi-ts/commit/9b79a56cf02ad8d6acae15139a9917fe644f1df4)) by [@mrlubos](https://github.com/mrlubos)

This is an internal change that simplifies the configuration and plugin APIs. The generated output should be unaffected, please [open an issue](https://github.com/hey-api/openapi-ts/issues) if that's not the case. If you have custom plugins, refer to the [custom plugin guide](https://heyapi.dev/docs/openapi/typescript/plugins/custom) for the latest instructions.

### Patch Changes

- **plugin(@hey-api/client-next)**: fix: improve params helper type ([#3946](https://github.com/hey-api/openapi-ts/pull/3946)) ([`bebb225`](https://github.com/hey-api/openapi-ts/commit/bebb225b87eb58d6f27985a8c63cab0b3ee7bee2)) by [@pullfrog](https://github.com/apps/pullfrog)

- **plugin(@hey-api/client-ofetch)**: fix: improve params helper type ([#3946](https://github.com/hey-api/openapi-ts/pull/3946)) ([`bebb225`](https://github.com/hey-api/openapi-ts/commit/bebb225b87eb58d6f27985a8c63cab0b3ee7bee2)) by [@pullfrog](https://github.com/apps/pullfrog)

- **dsl**: track extended class symbols ([#3945](https://github.com/hey-api/openapi-ts/pull/3945)) ([`13c3d7d`](https://github.com/hey-api/openapi-ts/commit/13c3d7d2be7a18ea72dff14e951841c843e3ea9a)) by [@mrlubos](https://github.com/mrlubos)

- **plugin(orpc)**: fix: handle no-content success responses ([#3948](https://github.com/hey-api/openapi-ts/pull/3948)) ([`44672f0`](https://github.com/hey-api/openapi-ts/commit/44672f0eb4382ded975e4119e22d02eaf9d9c4de)) by [@lyzno1](https://github.com/lyzno1)

- **plugin(@hey-api/client-ky)**: fix: improve params helper type ([#3946](https://github.com/hey-api/openapi-ts/pull/3946)) ([`bebb225`](https://github.com/hey-api/openapi-ts/commit/bebb225b87eb58d6f27985a8c63cab0b3ee7bee2)) by [@pullfrog](https://github.com/apps/pullfrog)

- **plugin(@hey-api/client-nuxt)**: fix: improve params helper type ([#3946](https://github.com/hey-api/openapi-ts/pull/3946)) ([`bebb225`](https://github.com/hey-api/openapi-ts/commit/bebb225b87eb58d6f27985a8c63cab0b3ee7bee2)) by [@pullfrog](https://github.com/apps/pullfrog)

- **plugin(@hey-api/client-angular)**: fix: improve params helper type ([#3946](https://github.com/hey-api/openapi-ts/pull/3946)) ([`bebb225`](https://github.com/hey-api/openapi-ts/commit/bebb225b87eb58d6f27985a8c63cab0b3ee7bee2)) by [@pullfrog](https://github.com/apps/pullfrog)

- **plugin(@hey-api/sdk)**: fix: expose `key` on security schemes when their signatures collide ([#3935](https://github.com/hey-api/openapi-ts/pull/3935)) ([`23d908a`](https://github.com/hey-api/openapi-ts/commit/23d908a2882dd1601072a1cf7ac277802fd06c6d)) by [@matthewjamesadam](https://github.com/matthewjamesadam)

- **plugin(@hey-api/client-fetch)**: fix: improve params helper type ([#3946](https://github.com/hey-api/openapi-ts/pull/3946)) ([`bebb225`](https://github.com/hey-api/openapi-ts/commit/bebb225b87eb58d6f27985a8c63cab0b3ee7bee2)) by [@pullfrog](https://github.com/apps/pullfrog)

- **plugin(@hey-api/client-axios)**: fix: improve params helper type ([#3946](https://github.com/hey-api/openapi-ts/pull/3946)) ([`bebb225`](https://github.com/hey-api/openapi-ts/commit/bebb225b87eb58d6f27985a8c63cab0b3ee7bee2)) by [@pullfrog](https://github.com/apps/pullfrog)

### Updated Dependencies:

- @hey-api/shared@0.4.6
- @hey-api/codegen-core@0.8.3
- @hey-api/json-schema-ref-parser@1.4.3

## 0.97.3

### 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.3",
"version": "0.98.0",
"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
19 changes: 19 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @hey-api/shared

## 0.4.6

### Patch Changes

- **plugin**: do not stamp external symbols ([#3942](https://github.com/hey-api/openapi-ts/pull/3942)) ([`6448780`](https://github.com/hey-api/openapi-ts/commit/6448780847d7e0748d7894fec7f918e090f470db)) by [@mrlubos](https://github.com/mrlubos)

- **parser**: fix: expose `key` on security schemes when their signatures collide ([#3935](https://github.com/hey-api/openapi-ts/pull/3935)) ([`b74539e`](https://github.com/hey-api/openapi-ts/commit/b74539ea0a7e81b40e0c27da68a0f7db6baf449d)) by [@matthewjamesadam](https://github.com/matthewjamesadam)

- **plugin**: export `coerce`, `defineConfig`, `Coercer`, `CoercerMap`, `ConfigTable`, `PluginSymbols`, `PluginTag`, `TableDirectives`, and `WithCoercers` ([#3927](https://github.com/hey-api/openapi-ts/pull/3927)) ([`d93e1ef`](https://github.com/hey-api/openapi-ts/commit/d93e1efe58ae14ce8e224e8d7c3c0bd716fef181)) by [@mrlubos](https://github.com/mrlubos)

- **config**: `valueToObject` is recursive ([#3927](https://github.com/hey-api/openapi-ts/pull/3927)) ([`d93e1ef`](https://github.com/hey-api/openapi-ts/commit/d93e1efe58ae14ce8e224e8d7c3c0bd716fef181)) by [@mrlubos](https://github.com/mrlubos)

- **plugin**: add `symbols` property ([#3942](https://github.com/hey-api/openapi-ts/pull/3942)) ([`6448780`](https://github.com/hey-api/openapi-ts/commit/6448780847d7e0748d7894fec7f918e090f470db)) by [@mrlubos](https://github.com/mrlubos)

### Updated Dependencies:

- @hey-api/codegen-core@0.8.3
- @hey-api/json-schema-ref-parser@1.4.3

## 0.4.5

### 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.5",
"version": "0.4.6",
"description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.",
"homepage": "https://heyapi.dev/",
"bugs": {
Expand Down