Skip to content
Merged
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/blue-loops-fix.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/cold-ties-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/deep-buttons-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-shoes-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-peaches-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-waves-kneel.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/itchy-beds-start.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-walls-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-hats-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slick-olives-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-rooms-see.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tired-rats-watch.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- **BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)

### Updated Symbol interface

The `exportFrom` property has been replaced with the `getExportFromFilePath()` function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.

## 0.6.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.6.1",
"version": "0.7.0",
"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.5

### Patch Changes

### Updated Dependencies:

- @hey-api/shared@0.1.2
- @hey-api/codegen-core@0.7.0

## 0.0.4

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

## 0.92.0

### Minor Changes

- **BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)

### Updated Symbol interface

The `exportFrom` property has been replaced with the `getExportFromFilePath()` function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.

### Patch Changes

- **config**: rename `exportFromIndex` option to `includeInEntry` ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)

- **config**: `includeInEntry` accepts function in addition to primitive value ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)

- **parser**: add `getExportFromFilePath()` hook ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)

- **plugin**: add `comments` option to all plugins ([#3317](https://github.com/hey-api/openapi-ts/pull/3317)) ([`7b3c8f2`](https://github.com/hey-api/openapi-ts/commit/7b3c8f20a70115b7130807eb39410c0ba03c5275)) by [@mrlubos](https://github.com/mrlubos)

- **types**: improve `defineConfig()` types ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)

- **config**: rename `output.indexFile` to `output.entryFile` ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)

- **fix**: improve dev mode detection causing builds to fail ([#3300](https://github.com/hey-api/openapi-ts/pull/3300)) ([`be2f3fb`](https://github.com/hey-api/openapi-ts/commit/be2f3fbaee1b3bcbd50efce057d68f206bbb8efb)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)

### Updated Dependencies:

- @hey-api/shared@0.1.2
- @hey-api/codegen-core@0.7.0

## 0.91.1

### 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.91.1",
"version": "0.92.0",
"description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.",
"keywords": [
"angular",
Expand Down
14 changes: 14 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @hey-api/shared

## 0.1.2

### Patch Changes

- **parser**: add `getExportFromFilePath()` hook ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)

- **config**: `includeInEntry` accepts function in addition to primitive value ([#3312](https://github.com/hey-api/openapi-ts/pull/3312)) ([`cd44523`](https://github.com/hey-api/openapi-ts/commit/cd44523b9656dd7a29354ad7f815336642164bc8)) by [@mrlubos](https://github.com/mrlubos)

- **transform(read-write)**: improve discriminated schemas split ([#3301](https://github.com/hey-api/openapi-ts/pull/3301)) ([`47dd2a3`](https://github.com/hey-api/openapi-ts/commit/47dd2a31b976871696a42368c0f4ed65cceacecf)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)

### Updated Dependencies:

- @hey-api/codegen-core@0.7.0

## 0.1.1

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