This repository has been archived by the owner on May 31, 2023. It is now read-only.
Releases: fabasoad/ghacu
Releases · fabasoad/ghacu
v2.0.4
Features
#11 - Add progress bar indicator
#53 - Add support of "Silent" output type
Improvements
#50 - Increase tests coverage to 70%
Breaking changes
--output-type
now hasConsole
,Logger
,Silent
possible values instead ofColor
andNoColor
.--log-level
default value isInformation
instead ofError
.--cache
(Default: Yes) is changed to--no-cache
(Default: false). So,--no-cache
should be added instead of adding--cache No
in case you need to disable cache.--no-colors
should be added instead of--output-type NoColor
in case you need to disable colors.
v2.0.3
v2.0.2
Features
#15 - Add support of different colors in console output text
Bug fixes
#14 - ghacu is not added to PATH env by default
#35 - Remove ghacu.nuspec
Improvements
#36 - Increase test coverage to 50%
Breaking changes
- All short names have been removed.
no-cache
is changed tocache
. So, you need to use--cache No
instead of--no-cache
.