You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
*Note: This is a partial changelog, covering significant & breaking changes. For a full list of changes, please consult the [commit log](https://github.com/bcherny/json-schema-to-typescript/commits).
4
4
5
+
## 14.0.2
6
+
7
+
- 9ec0c70 Added .yaml support (#577)
8
+
9
+
## 14.0.1
10
+
11
+
- 2f29f19 Added `customName` option
12
+
13
+
## 14.0.0
14
+
15
+
- 967eb13 Require Node v16+
16
+
5
17
## 13.1.0
6
18
7
19
- f797848 Feat: Add support for `deprecated` keyword
@@ -84,7 +133,8 @@ See [server demo](example) and [browser demo](https://github.com/bcherny/json-sc
84
133
| key | type | default | description |
85
134
|-|-|-|-|
86
135
| additionalProperties | boolean |`true`| Default value for `additionalProperties`, when it is not explicitly set |
87
-
| bannerComment | string |`"/* eslint-disable */\n/**\n* This file was automatically generated by json-schema-to-typescript.\n* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,\n* and run json-schema-to-typescript to regenerate this file.\n*/"`| Disclaimer comment prepended to the top of each generated file |
136
+
| bannerComment | string |`"/* eslint-disable */\n/**\n* This file was automatically generated by json-schema-to-typescript.\n* DO NOT MODIFY IT BY HAND. Instead, modify the source JSON Schema file,\n* and run json-schema-to-typescript to regenerate this file.\n*/"`| Disclaimer comment prepended to the top of each generated file |
137
+
| customName | `(LinkedJSONSchema, string | undefined) => string | undefined` | `undefined` | Custom function to provide a type name for a given schema
0 commit comments