From 188178fe6afb9618686a6ff1392f3d8acf45b030 Mon Sep 17 00:00:00 2001 From: Thibaut Schmitt Date: Thu, 24 Nov 2022 09:13:30 +0100 Subject: [PATCH] Update Changelog with v1.2 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301fd83..27b823b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.2 - Architecture generation + +## New +- New section in configuration file: `architecture`. Define your ressources accessors achitecture and let ResgenSwift generate it for you. Check out Readme to know more. + +## Fixes +- Errors and Warnings are now shown in Xcode Issue Navigator + +--- # v1.1 - SwiftUI compatibility ## New @@ -14,7 +23,7 @@ Fix SwiftLint rule `trailing_newline` # v1.0 - Configuration file ## Major -- A new command has been added: `generate`. Instead of runnning every single command, it will run all necessary command based on a `yaml` configuration file. Check out Readme to know more +- A new command has been added: `generate`. Instead of runnning every single command, it will run all necessary command based on a `yaml` configuration file. Check out Readme to know more. ## Minors - Code refactoring