Releases: mackoj/SchemeGeneratorPlugin
Releases · mackoj/SchemeGeneratorPlugin
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
- Code cleaning
- add a option to customise the name of the config file using
--confFile newName.json
- improve input testing
- improve error handling
- change default configuration filename to "schemeGenerator.json"
- add ability to exclude some schemes from this processing with
excludedSchemes
0.5.2
0.5.1
Remove the binary dependency
Move all code to one place by removing the binary dependency to https://github.com/mackoj/SchemeGenerator.
Since SPM Plugin don't allow for local dependencies I have to remove Yams thus the configuration file is now a JSON.
Improve Readme