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/afraid-dragons-enter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-tools-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-rooms-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clear-toes-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/deep-paws-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-candies-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-steaks-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-tips-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-sides-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-papayas-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-rivers-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-wombats-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-glasses-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sad-baboons-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-doors-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-walls-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/social-weeks-press.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/thin-otters-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/true-carpets-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wide-banks-pay.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.0

### Minor Changes

- **BREAKING**: This release bumps the minimum required Node version to 22.13. ([#3694](https://github.com/hey-api/openapi-ts/pull/3694)) ([`e930278`](https://github.com/hey-api/openapi-ts/commit/e930278d5fcd74545b0fc5d600b524e895d4fe6a)) by [@mrlubos](https://github.com/mrlubos)

## 0.7.4

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

## 1.4.0

### Minor Changes

- **BREAKING**: This release bumps the minimum required Node version to 22.13. ([#3694](https://github.com/hey-api/openapi-ts/pull/3694)) ([`e930278`](https://github.com/hey-api/openapi-ts/commit/e930278d5fcd74545b0fc5d600b524e895d4fe6a)) by [@mrlubos](https://github.com/mrlubos)

### Patch Changes

- **internal**: export errors ([#3679](https://github.com/hey-api/openapi-ts/pull/3679)) ([`b643d7d`](https://github.com/hey-api/openapi-ts/commit/b643d7d400492489a24918534991dfb3f1443abc)) by [@mrlubos](https://github.com/mrlubos)

## 1.3.1

### 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.3.1",
"version": "1.4.0",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
"keywords": [
"$ref",
Expand Down
11 changes: 11 additions & 0 deletions packages/openapi-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hey-api/openapi-python

## 0.0.15

### Patch Changes

### Updated Dependencies:

- @hey-api/shared@0.4.0
- @hey-api/spec-types@0.2.0
- @hey-api/json-schema-ref-parser@1.4.0
- @hey-api/codegen-core@0.8.0

## 0.0.14

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

## 0.96.0

### Minor Changes

- **BREAKING**: This release bumps the minimum required Node version to 22.13. ([#3694](https://github.com/hey-api/openapi-ts/pull/3694)) ([`e930278`](https://github.com/hey-api/openapi-ts/commit/e930278d5fcd74545b0fc5d600b524e895d4fe6a)) by [@mrlubos](https://github.com/mrlubos)

### Patch Changes

- **plugin(@hey-api/client-axios)**: simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) ([`c9c1d44`](https://github.com/hey-api/openapi-ts/commit/c9c1d44132f0eb44273fbf3b878a832bae3ee968)) by [@mrlubos](https://github.com/mrlubos)

- **plugin(@hey-api/client-fetch)**: simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) ([`c9c1d44`](https://github.com/hey-api/openapi-ts/commit/c9c1d44132f0eb44273fbf3b878a832bae3ee968)) by [@mrlubos](https://github.com/mrlubos)

- **parser**: fix: keep orphans when explicitly included in filters ([#3714](https://github.com/hey-api/openapi-ts/pull/3714)) ([`8e2c4b1`](https://github.com/hey-api/openapi-ts/commit/8e2c4b1f2a1624f27d5da74a4816cdc10435e4b1)) by [@mrlubos](https://github.com/mrlubos)

- **plugin(@hey-api/client-next)**: simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) ([`c9c1d44`](https://github.com/hey-api/openapi-ts/commit/c9c1d44132f0eb44273fbf3b878a832bae3ee968)) by [@mrlubos](https://github.com/mrlubos)

- **plugin(@hey-api/client-nuxt)**: simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) ([`c9c1d44`](https://github.com/hey-api/openapi-ts/commit/c9c1d44132f0eb44273fbf3b878a832bae3ee968)) by [@mrlubos](https://github.com/mrlubos)

- **cli**: improve error message on invalid input ([#3679](https://github.com/hey-api/openapi-ts/pull/3679)) ([`b643d7d`](https://github.com/hey-api/openapi-ts/commit/b643d7d400492489a24918534991dfb3f1443abc)) by [@mrlubos](https://github.com/mrlubos)

- **plugin(@angular/common)**: fix: requests and resources broken default configuration ([#3678](https://github.com/hey-api/openapi-ts/pull/3678)) ([`7ad5a2c`](https://github.com/hey-api/openapi-ts/commit/7ad5a2c26e0c009e0cf32a6b526b83f505258fe4)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)

- **plugin(@hey-api/client-ky)**: simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) ([`c9c1d44`](https://github.com/hey-api/openapi-ts/commit/c9c1d44132f0eb44273fbf3b878a832bae3ee968)) by [@mrlubos](https://github.com/mrlubos)

- **plugin(@hey-api/client-angular)**: simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) ([`c9c1d44`](https://github.com/hey-api/openapi-ts/commit/c9c1d44132f0eb44273fbf3b878a832bae3ee968)) by [@mrlubos](https://github.com/mrlubos)

- **plugin(@hey-api/client-ofetch)**: simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) ([`c9c1d44`](https://github.com/hey-api/openapi-ts/commit/c9c1d44132f0eb44273fbf3b878a832bae3ee968)) by [@mrlubos](https://github.com/mrlubos)

- **parser**: fix: process enum metadata ([#3727](https://github.com/hey-api/openapi-ts/pull/3727)) ([`397b63f`](https://github.com/hey-api/openapi-ts/commit/397b63fe6e1093181f7f4a0b99d3cf0db9daab93)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)

### Updated Dependencies:

- @hey-api/shared@0.4.0
- @hey-api/spec-types@0.2.0
- @hey-api/json-schema-ref-parser@1.4.0
- @hey-api/codegen-core@0.8.0

## 0.95.0

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

## 0.4.0

### Minor Changes

- **BREAKING**: This release bumps the minimum required Node version to 22.13. ([#3694](https://github.com/hey-api/openapi-ts/pull/3694)) ([`e930278`](https://github.com/hey-api/openapi-ts/commit/e930278d5fcd74545b0fc5d600b524e895d4fe6a)) by [@mrlubos](https://github.com/mrlubos)

### Patch Changes

- **parser**: fix: keep orphans when explicitly included in filters ([#3714](https://github.com/hey-api/openapi-ts/pull/3714)) ([`8e2c4b1`](https://github.com/hey-api/openapi-ts/commit/8e2c4b1f2a1624f27d5da74a4816cdc10435e4b1)) by [@mrlubos](https://github.com/mrlubos)

- **error**: handle InputError ([#3679](https://github.com/hey-api/openapi-ts/pull/3679)) ([`b643d7d`](https://github.com/hey-api/openapi-ts/commit/b643d7d400492489a24918534991dfb3f1443abc)) by [@mrlubos](https://github.com/mrlubos)

- **parser**: fix: process enum metadata ([#3727](https://github.com/hey-api/openapi-ts/pull/3727)) ([`397b63f`](https://github.com/hey-api/openapi-ts/commit/397b63fe6e1093181f7f4a0b99d3cf0db9daab93)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)

### Updated Dependencies:

- @hey-api/spec-types@0.2.0
- @hey-api/json-schema-ref-parser@1.4.0
- @hey-api/codegen-core@0.8.0

## 0.3.0

### Minor 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.3.0",
"version": "0.4.0",
"description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.",
"homepage": "https://heyapi.dev/",
"bugs": {
Expand Down
16 changes: 16 additions & 0 deletions packages/spec-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @hey-api/spec-types

## 0.2.0

### Minor Changes

- **BREAKING**: rename `OpenAPIExtensions` to `SpecExtensions` ([#3715](https://github.com/hey-api/openapi-ts/pull/3715)) ([`b4a8afe`](https://github.com/hey-api/openapi-ts/commit/b4a8afe05ad44cec1eab472426e15866f7913ca6)) by [@mrlubos](https://github.com/mrlubos)

- **BREAKING**: remove OpenAPI types from JSON Schema documents ([#3715](https://github.com/hey-api/openapi-ts/pull/3715)) ([`b4a8afe`](https://github.com/hey-api/openapi-ts/commit/b4a8afe05ad44cec1eab472426e15866f7913ca6)) by [@mrlubos](https://github.com/mrlubos)

### Patch Changes

- **types**: fix: use mutable arrays ([#3715](https://github.com/hey-api/openapi-ts/pull/3715)) ([`2bc3eee`](https://github.com/hey-api/openapi-ts/commit/2bc3eee5aef8649bcd9753994e3525c108ef9ea5)) by [@mrlubos](https://github.com/mrlubos)

- **types**: add `WithSpecExtensions` type ([#3734](https://github.com/hey-api/openapi-ts/pull/3734)) ([`93311f1`](https://github.com/hey-api/openapi-ts/commit/93311f1999f54215f56f2fe44f0cf171abbab6f6)) by [@mrlubos](https://github.com/mrlubos)

- **openapi**: fix: stricter 2.0 version type ([#3715](https://github.com/hey-api/openapi-ts/pull/3715)) ([`d129d2b`](https://github.com/hey-api/openapi-ts/commit/d129d2bb77fd07d390374231db2cedde3d2cd6a4)) by [@mrlubos](https://github.com/mrlubos)

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spec-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/spec-types",
"version": "0.1.0",
"version": "0.2.0",
"description": "📃 TypeScript definitions for OpenAPI and JSON Schema specifications with complete inline documentation.",
"keywords": [
"api-types",
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hey-api/vite-plugin

## 0.3.0

### Minor Changes

- **BREAKING**: This package is now ESM-only. ([#3688](https://github.com/hey-api/openapi-ts/pull/3688)) ([`d2198d5`](https://github.com/hey-api/openapi-ts/commit/d2198d538bbf0b0b805a3dfdc2acc7b3ebf9481c)) by [@renovate](https://github.com/apps/renovate)

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/vite-plugin",
"version": "0.2.1",
"version": "0.3.0",
"description": "🚀 Vite plugin for `@hey-api/openapi-ts` codegen.",
"keywords": [
"codegen",
Expand Down