|
1 | 1 | # @shopware/api-gen |
2 | 2 |
|
| 3 | +## 1.5.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#2515](https://github.com/shopware/frontends/pull/2515) [`978b02c`](https://github.com/shopware/frontends/commit/978b02c969ca4b16f5fc1d7a953ec4cce3d98173) Thanks [@patzick](https://github.com/patzick)! - Generate `customFields` properties with a dedicated `CustomFields` type instead of the broader `GenericRecord` type. |
| 8 | + |
| 9 | +- [#2516](https://github.com/shopware/frontends/pull/2516) [`13a3766`](https://github.com/shopware/frontends/commit/13a37660fbbf63054b9e7d02f39d161bb7f2b065) Thanks [@patzick](https://github.com/patzick)! - Use `oxfmt` instead of Prettier for generated API files. |
| 10 | + |
| 11 | +- Updated dependencies [[`978b02c`](https://github.com/shopware/frontends/commit/978b02c969ca4b16f5fc1d7a953ec4cce3d98173), [`474d3fe`](https://github.com/shopware/frontends/commit/474d3fed346816135b0c7c797990b215a8b691c0)]: |
| 12 | + - @shopware/api-client@1.5.1 |
| 13 | + |
3 | 14 | ## 1.5.0 |
4 | 15 |
|
5 | 16 | ### Minor Changes |
|
33 | 44 | ``` |
34 | 45 |
|
35 | 46 | - [#2126](https://github.com/shopware/frontends/pull/2126) [`e595bc1`](https://github.com/shopware/frontends/commit/e595bc1ea6afe01a0065300277a78ef8c1fe5667) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Enhanced OpenAPI schema override merging to properly handle conflicts between `$ref` and composition keywords (`oneOf`, `anyOf`, `allOf`, `not`). When merging overrides: |
| 47 | + |
36 | 48 | - Composition keywords now automatically remove conflicting `$ref` properties |
37 | 49 | - `$ref` overrides can replace composition keywords entirely |
38 | 50 | - Different composition keywords can replace each other (e.g., `allOf` → `oneOf`) |
|
257 | 269 | ### Patch Changes |
258 | 270 |
|
259 | 271 | - [#396](https://github.com/shopware/frontends/pull/396) [`dfc49b80`](https://github.com/shopware/frontends/commit/dfc49b80bcaa8e00b71e0dff6e35b413383274f5) Thanks [@patzick](https://github.com/patzick)! - Dependency changes: |
| 272 | + |
260 | 273 | - Changed dependency _openapi-typescript_ from **^6.5.5** to **^6.6.1** |
261 | 274 |
|
262 | 275 | - [#418](https://github.com/shopware/frontends/pull/418) [`67cf5650`](https://github.com/shopware/frontends/commit/67cf56506f58973bf3ab8bb8acef06758a6a6720) Thanks [@patzick](https://github.com/patzick)! - Dependency changes: |
|
267 | 280 | ### Patch Changes |
268 | 281 |
|
269 | 282 | - [#369](https://github.com/shopware/frontends/pull/369) [`bc7a2db2`](https://github.com/shopware/frontends/commit/bc7a2db292d67cc448a901c1b7a9b5cb7dfbcd04) Thanks [@patzick](https://github.com/patzick)! - Dependency changes: |
| 283 | + |
270 | 284 | - Changed dependency _openapi-typescript_ from **^6.4.0** to **^6.5.2** |
271 | 285 | - Changed dependency _prettier_ from **^3.0.0** to **^3.0.2** |
272 | 286 |
|
273 | 287 | - [#385](https://github.com/shopware/frontends/pull/385) [`5d7e7973`](https://github.com/shopware/frontends/commit/5d7e7973437a4d74d19ec2fa0765c6d927bf8b2a) Thanks [@patzick](https://github.com/patzick)! - Dependency changes: |
| 288 | + |
274 | 289 | - Changed dependency _ofetch_ from **^1.2.1** to **^1.3.3** |
275 | 290 | - Changed dependency _openapi-typescript_ from **^6.5.3** to **^6.5.5** |
276 | 291 | - Changed dependency _prettier_ from **^3.0.2** to **^3.0.3** |
|
0 commit comments