Skip to content

Commit 74569c8

Browse files
author
Boris Cherny
committed
bump README, CHANGELOG
1 parent c5f4f03 commit 74569c8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 7.0.0
4+
5+
- b9c4bcb Add support for `additionalItems` for tuple types
6+
- c5f4f03 Add support for `minItems` and `maxItems`
7+
38
## 6.1.0
49

510
- 57f759f Add @tslint directive to disable linting for generated files by default (#192)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ json2ts -i foo.json -o foo.d.ts --style.singleQuote --no-style.semi
146146
- [x] `allOf` ("intersection")
147147
- [x] `anyOf` ("union")
148148
- [x] `oneOf` (treated like `anyOf`)
149+
- [x] `maxItems` ([eg](https://github.com/tdegrunt/jsonschema/blob/67c0e27ce9542efde0bf43dc1b2a95dd87df43c3/examples/all.js#L166))
150+
- [x] `minItems` ([eg](https://github.com/tdegrunt/jsonschema/blob/67c0e27ce9542efde0bf43dc1b2a95dd87df43c3/examples/all.js#L165))
149151
- [x] `additionalProperties` of type
150152
- [x] `patternProperties` (partial support)
151153
- [x] [`extends`](https://github.com/json-schema/json-schema/wiki/Extends)
@@ -163,8 +165,6 @@ json2ts -i foo.json -o foo.d.ts --style.singleQuote --no-style.semi
163165
- `multipleOf` ([eg](https://github.com/tdegrunt/jsonschema/blob/67c0e27ce9542efde0bf43dc1b2a95dd87df43c3/examples/all.js#L186))
164166
- `maximum` ([eg](https://github.com/tdegrunt/jsonschema/blob/67c0e27ce9542efde0bf43dc1b2a95dd87df43c3/examples/all.js#L183))
165167
- `minimum` ([eg](https://github.com/tdegrunt/jsonschema/blob/67c0e27ce9542efde0bf43dc1b2a95dd87df43c3/examples/all.js#L182))
166-
- `maxItems` ([eg](https://github.com/tdegrunt/jsonschema/blob/67c0e27ce9542efde0bf43dc1b2a95dd87df43c3/examples/all.js#L166))
167-
- `minItems` ([eg](https://github.com/tdegrunt/jsonschema/blob/67c0e27ce9542efde0bf43dc1b2a95dd87df43c3/examples/all.js#L165))
168168
- `maxProperties` ([eg](https://github.com/tdegrunt/jsonschema/blob/67c0e27ce9542efde0bf43dc1b2a95dd87df43c3/examples/all.js#L113))
169169
- `minProperties` ([eg](https://github.com/tdegrunt/jsonschema/blob/67c0e27ce9542efde0bf43dc1b2a95dd87df43c3/examples/all.js#L112))
170170
- `not`/`disallow`

0 commit comments

Comments
 (0)