Releases: BlankSpruce/gersemi
Releases · BlankSpruce/gersemi
0.19.2
0.19.1
0.19.0
0.18.2
0.18.1
0.18.0
Added
- Add support for extensions and provide example extension as a template.
Fixed
0.17.1
0.17.0
Added
- Add
disable_formatting
. (#35) --config
can be used to provide explicit path to configuration file. (#35)- Add
--print-config
to print outcome configuration in one of three variants: minimal, verbose, default. (#35) - Warn about options not supported through configuration file.
Changed
- Configuration has been split into two kinds: outcome and control. Outcome configuration can be changed through either configuration file or command line arguments whereas control configuration be changed only through command line.
- Search strategy for
.gersemirc
file has been changed so that the file closest to given source file is picked instead of using.gersemirc
that it the most common among files passed to gersemi. --default-config
is removed because its functionality is subsumed by--print-config default
.cache
,color
,quiet
andworkers
can be changed only through command line.