v1.2 - Architecture generation #3

Merged
t.schmitt merged 6 commits from v1.2 into master 2022-11-24 09:14:34 +01:00
34 changed files with 298 additions and 84 deletions
Showing only changes of commit 188178fe6a - Show all commits

View File

@ -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