Skip to content

Releases: mackoj/SchemeGeneratorPlugin

0.5.8

18 Nov 16:55
f0eb683
Compare
Choose a tag to compare

Fix overwriteAlreadyGeneratedSchemes parameter

0.5.7

18 Nov 16:35
Compare
Choose a tag to compare

Fix an issue that prevent profile from working
Improve documentation

0.5.6

08 Nov 12:20
e80837e
Compare
Choose a tag to compare
  • Redo documentation

0.5.5

22 Oct 14:13
89cce7c
Compare
Choose a tag to compare

First public release

0.5.4

22 Oct 13:42
e60b7be
Compare
Choose a tag to compare

Improvement

  • Documentation
  • Verbose Mode
  • Performance with no modification
  • Default custom file name need to be set only once

0.5.3

22 Oct 12:57
76662d6
Compare
Choose a tag to compare
  • 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

21 Oct 15:07
edb1f6a
Compare
Choose a tag to compare

Disable conf name change with argument

0.5.1

21 Oct 15:01
df24148
Compare
Choose a tag to compare
Merge pull request #2 from mackoj/update

Fix argument selection

Remove the binary dependency

21 Oct 11:56
180a282
Compare
Choose a tag to compare

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

0.4.1

21 Oct 11:04
Compare
Choose a tag to compare

Improve error handling
Removing debug informations
Improve readme