From ba56aaba3ca7d3303428eb069c60d79a7bd89aeb Mon Sep 17 00:00:00 2001 From: Jens Borrisholt <GitHub@Borrisholt.dk> Date: Tue, 30 Jan 2024 16:15:16 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acc772b..c5f0e96 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ Delphi-JsonToDelphiClass ======================== -## Fixes & Features: 19th January 2024 ## +## Fixes & Features: 130h January 2024 ## +### Features ### +* Major code cleanup, especially naming +* Removed INDY from Upgrade chekker +* Forward classes are only generated if there are more than one thanks to [Daniel](https://github.com/DanielMorlova) for pointing this out +## Fixes & Features: 19th January 2024 ## ### Features ### * Upgrade to Delphi 12 From 9c2da4eaf7cfa29e283b890240627898a9b4f792 Mon Sep 17 00:00:00 2001 From: Jens Borrisholt <GitHub@Borrisholt.dk> Date: Tue, 30 Jan 2024 16:18:04 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5f0e96..8fb011e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Delphi-JsonToDelphiClass ======================== -## Fixes & Features: 130h January 2024 ## +## Fixes & Features: 13th January 2024 ## ### Features ### * Major code cleanup, especially naming * Removed INDY from Upgrade chekker