From 27b1fefdf47b9824fd83ec5339cbdc4a00ac7aeb Mon Sep 17 00:00:00 2001 From: ochafik Date: Sun, 10 Mar 2024 17:44:46 +0000 Subject: [PATCH] Delete commit.txt --- examples/commit.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 examples/commit.txt 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