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