Skip to content

Commit a7e3968

Browse files
authored
Update CHANGELOG (#1508)
1 parent 799194d commit a7e3968

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/openapi-typescript/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646

4747
- [`6d1eb32`](https://github.com/drwpow/openapi-typescript/commit/6d1eb32e610cb62effbd1a817ae8fc93337126a6) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ **Breaking** `defaultNonNullable` option now defaults to `true`. You’ll now need to manually set `false` to return to old behavior.
4848

49+
- [`799194d `](https://github.com/drwpow/openapi-typescript/commit/799194d98c3934570c6500d986496eee17b79309) Thanks [@drwpow](https://github.com/drwpow)~ - ⚠️ **Breaking** TypeScript is now a peerDependency and must be installed alongside `openapi-typescript`
50+
4951
### Minor Changes
5052

5153
- [`6d1eb32`](https://github.com/drwpow/openapi-typescript/commit/6d1eb32e610cb62effbd1a817ae8fc93337126a6) Thanks [@drwpow](https://github.com/drwpow)! - ✨ **Feature**: automatically validate schemas with Redocly CLI ([docs](https://redocly.com/docs/cli/)). No more need for external tools to report errors! 🎉

packages/openapi-typescript/test/transform/schema-object/composition.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ describe("composition", () => {
301301
},
302302
},
303303
],
304-
305304
[
306305
"discriminator > oneOf + null + implicit mapping",
307306
{

0 commit comments

Comments
 (0)