|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +# 2026-04-13 |
| 4 | + |
| 5 | +## @hey-api/openapi-ts 0.96.0 |
| 6 | + |
| 7 | +### ⚠️ Breaking |
| 8 | + |
| 9 | +This release has 1 breaking change. Please review the release notes carefully before upgrading. |
| 10 | + |
| 11 | +### Updates |
| 12 | + |
| 13 | +- **⚠️ Breaking:** This release bumps the minimum required Node version to 22.13. ([#3694](https://github.com/hey-api/openapi-ts/pull/3694)) |
| 14 | +- cli: improve error message on invalid input ([#3679](https://github.com/hey-api/openapi-ts/pull/3679)) |
| 15 | +- parser: keep orphans when explicitly included in filters ([#3714](https://github.com/hey-api/openapi-ts/pull/3714)) |
| 16 | +- parser: process enum metadata ([#3727](https://github.com/hey-api/openapi-ts/pull/3727)) |
| 17 | + |
| 18 | +### Plugins |
| 19 | + |
| 20 | +#### @angular/common |
| 21 | + |
| 22 | +- requests and resources broken default configuration ([#3678](https://github.com/hey-api/openapi-ts/pull/3678)) |
| 23 | + |
| 24 | +#### @hey-api/client-angular |
| 25 | + |
| 26 | +- simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) |
| 27 | + |
| 28 | +#### @hey-api/client-axios |
| 29 | + |
| 30 | +- simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) |
| 31 | + |
| 32 | +#### @hey-api/client-fetch |
| 33 | + |
| 34 | +- simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) |
| 35 | + |
| 36 | +#### @hey-api/client-ky |
| 37 | + |
| 38 | +- simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) |
| 39 | + |
| 40 | +#### @hey-api/client-next |
| 41 | + |
| 42 | +- simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) |
| 43 | + |
| 44 | +#### @hey-api/client-nuxt |
| 45 | + |
| 46 | +- simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) |
| 47 | + |
| 48 | +#### @hey-api/client-ofetch |
| 49 | + |
| 50 | +- simplify SSE line endings normalization ([#3686](https://github.com/hey-api/openapi-ts/pull/3686)) |
| 51 | + |
| 52 | +#### @hey-api/transformers |
| 53 | + |
| 54 | +- return value for primitive array entries ([#3733](https://github.com/hey-api/openapi-ts/pull/3733)) |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +## @hey-api/codegen-core 0.8.0 |
| 59 | + |
| 60 | +### ⚠️ Breaking |
| 61 | + |
| 62 | +This release has 1 breaking change. Please review the release notes carefully before upgrading. |
| 63 | + |
| 64 | +### Updates |
| 65 | + |
| 66 | +- **⚠️ Breaking:** This release bumps the minimum required Node version to 22.13. ([#3694](https://github.com/hey-api/openapi-ts/pull/3694)) |
| 67 | + |
| 68 | +--- |
| 69 | + |
| 70 | +## @hey-api/json-schema-ref-parser 1.4.0 |
| 71 | + |
| 72 | +### ⚠️ Breaking |
| 73 | + |
| 74 | +This release has 1 breaking change. Please review the release notes carefully before upgrading. |
| 75 | + |
| 76 | +### Updates |
| 77 | + |
| 78 | +- **⚠️ Breaking:** This release bumps the minimum required Node version to 22.13. ([#3694](https://github.com/hey-api/openapi-ts/pull/3694)) |
| 79 | +- internal: export errors ([#3679](https://github.com/hey-api/openapi-ts/pull/3679)) |
| 80 | + |
| 81 | +--- |
| 82 | + |
| 83 | +## @hey-api/shared 0.4.0 |
| 84 | + |
| 85 | +### ⚠️ Breaking |
| 86 | + |
| 87 | +This release has 1 breaking change. Please review the release notes carefully before upgrading. |
| 88 | + |
| 89 | +### Updates |
| 90 | + |
| 91 | +- **⚠️ Breaking:** This release bumps the minimum required Node version to 22.13. ([#3694](https://github.com/hey-api/openapi-ts/pull/3694)) |
| 92 | +- parser: keep orphans when explicitly included in filters ([#3714](https://github.com/hey-api/openapi-ts/pull/3714)) |
| 93 | +- parser: process enum metadata ([#3727](https://github.com/hey-api/openapi-ts/pull/3727)) |
| 94 | +- error: handle InputError ([#3679](https://github.com/hey-api/openapi-ts/pull/3679)) |
| 95 | + |
| 96 | +--- |
| 97 | + |
| 98 | +## @hey-api/spec-types 0.2.0 |
| 99 | + |
| 100 | +### ⚠️ Breaking |
| 101 | + |
| 102 | +This release has 2 breaking changes. Please review the release notes carefully before upgrading. |
| 103 | + |
| 104 | +### Updates |
| 105 | + |
| 106 | +- **⚠️ Breaking:** remove OpenAPI types from JSON Schema documents ([#3715](https://github.com/hey-api/openapi-ts/pull/3715)) |
| 107 | +- **⚠️ Breaking:** rename `OpenAPIExtensions` to `SpecExtensions` ([#3715](https://github.com/hey-api/openapi-ts/pull/3715)) |
| 108 | +- types: add `WithSpecExtensions` type ([#3734](https://github.com/hey-api/openapi-ts/pull/3734)) |
| 109 | +- openapi: stricter 2.0 version type ([#3715](https://github.com/hey-api/openapi-ts/pull/3715)) |
| 110 | +- types: use mutable arrays ([#3715](https://github.com/hey-api/openapi-ts/pull/3715)) |
| 111 | + |
| 112 | +--- |
| 113 | + |
| 114 | +## @hey-api/vite-plugin 0.3.0 |
| 115 | + |
| 116 | +### ⚠️ Breaking |
| 117 | + |
| 118 | +This release has 1 breaking change. Please review the release notes carefully before upgrading. |
| 119 | + |
| 120 | +### Updates |
| 121 | + |
| 122 | +- **⚠️ Breaking:** This package is now ESM-only. ([#3688](https://github.com/hey-api/openapi-ts/pull/3688)) |
| 123 | + |
| 124 | +--- |
| 125 | + |
3 | 126 | # 2026-04-02 |
4 | 127 |
|
5 | 128 | ## @hey-api/openapi-ts 0.95.0 |
|
0 commit comments