diff --git a/examples/commit.txt b/examples/commit.txt deleted file mode 100644 index 530bd2214..000000000 --- a/examples/commit.txt +++ /dev/null @@ -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