Skip to content

Commit 699eda8

Browse files
committed
13.1.0
1 parent 34cb853 commit 699eda8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
*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).
44

5+
## 13.1.0
6+
7+
- f797848 Feat: Add support for `deprecated` keyword
8+
59
## 13.0.1
610

711
- b13a6f2 Bugfix: Boolean CLI flags were not respected (#524)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ json2ts -i foo.json -o foo.d.ts --style.singleQuote --no-style.semi
153153
- [x] Add support for running in browser
154154
- [x] default interface name
155155
- [x] infer unnamed interface name from filename
156+
- [x] `deprecated`
156157
- [x] `allOf` ("intersection")
157158
- [x] `anyOf` ("union")
158159
- [x] `oneOf` (treated like `anyOf`)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-to-typescript",
3-
"version": "13.0.2",
3+
"version": "13.1.0",
44
"description": "compile json schema to typescript typings",
55
"main": "dist/src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)