Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit 65a8239

Browse files
author
Boris Cherny
committed
11.0.0
1 parent c6676b6 commit 65a8239

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## 11.0.0
6+
7+
This is a major release with lots of bugfixes, some of which may change emitted types.
8+
9+
- 2ca6e50 Bugfix: Fix crash that may happen when emitting types for cyclical schemas (#323, #376)
10+
- 8fa728e Bugfix: Fix tests on Windows, make snapshot ordering consistent
11+
- b78a616 Bugfix: Make `compile()` non-mutating (#370, #443)
12+
- a89ffe1 Bugfix: Add maximum size heuristic for tuple types (#438)
13+
- 6fbcbc8 Bugfix: Improve performance & stability issue caused by JSON serialization (#422)
14+
- 7aa353d Feat: Add support for `$id` (#436)
15+
- 59747b1 Feat: Add support for specifying a default for `additionalProperties` (#335)
16+
- 966cca5 Cleanup: Drop support for Node 10
17+
18+
519
## 10.1.0
620

721
- ec78099 Feat: Add support for JSON Schema `const` and `$defs` keywords (#263)

package.json

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

0 commit comments

Comments
 (0)