Delete commit.txt

This commit is contained in:
ochafik 2024-03-10 17:44:46 +00:00
parent 478f62ef5c
commit 27b1fefdf4

View file

@ -1,10 +0,0 @@
- Adds support for `required` vs. optional properties, without the risk for repetitions.
- Adds support for `additionalProperties`
- Fixes handling of Arrays (`[ , 1]` no longer possible)
- Fixes ordering: retain original order unless overridden (rather than alphabetical)
- Add support for `$ref`
https://github.com/vega/ts-json-schema-generator
Before