We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d24618 commit cd7990eCopy full SHA for cd7990e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 8.1.0
4
+
5
+- 1d24618 Add `ignoreMinAndMaxItems` CLI option, defaulting to false (#274)
6
7
## 8.0.0
8
9
- e144890 Improve generated output when mixing nulls and unions (#261)
package.json
@@ -1,6 +1,6 @@
{
"name": "json-schema-to-typescript",
- "version": "8.0.0",
+ "version": "8.1.0",
"description": "compile json schema to typescript typings",
"main": "dist/src/index.js",
"bin": {
0 commit comments