@@ -6,6 +6,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v0.2.0] - 2021-01-29
10
+
11
+ ### Added
12
+ - [ ANSI Code Generator] ( https://github.com/fidian/ansi ) to improve CLI messages.
13
+ - ` error ` , ` info ` , ` warning ` log output functions.
14
+ - Docker compose package
15
+ - Docker package
16
+ - ` PROJECT_DIR ` & ` TEMPLATE_DIR ` global constants
17
+
18
+ ### Changed
19
+ - Shell scripts to use ` error ` , ` info ` , ` warning ` log output functions to improve CLI messages.
20
+ - Change ` sonarqube up ` & ` sonarqube down ` commands to use docker compose package.
21
+ - Renamed ` open_sonarqube_dashboard ` function to ` open_browser ` .
22
+ - Replaced ` configuration_template_exists ` & ` project_configuration_exists ` with ` file_exists ` .
23
+ - Change ` sonarqube publish ` & ` sonarqube scan ` commands to use ` file_exists ` function.
24
+ - Shell scripts to use docker package.
25
+ - Commands and functions shell script to follow package structure.
26
+ - Commands to follow better functional programming principles.
27
+
28
+ ### Fixed
29
+ - Fixed ` sonar.host.url ` for SonarScanner template [ #5 ] ( https://github.com/luisaveiro/localhost-sonarqube/issues/5 ) .
30
+
31
+ ### Removed
32
+ - Global ` WHITE ` & ` NC ` constants from config.
33
+ - Unused ` up ` & ` down ` command scripts.
34
+ - ` run_docker_compose ` function.
35
+ - ` publish_configuration ` function.
36
+ - Unused ` docker ` function script.
37
+
9
38
## [ v0.1.2] - 2021-01-20
10
39
### Added
11
40
- Laravel SonarScanner template.
@@ -20,8 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
49
- EditorConfig file.
21
50
22
51
### Changed
23
- - shell scripts to adopt [ Google Shell Style Guide] ( https://google.github.io/styleguide/shellguide.html ) .
24
- - shell scripts based on [ ShellCheck] ( https://github.com/koalaman/shellcheck ) syntax guidelines.
52
+ - Shell scripts to adopt [ Google Shell Style Guide] ( https://google.github.io/styleguide/shellguide.html ) .
53
+ - Shell scripts based on [ ShellCheck] ( https://github.com/koalaman/shellcheck ) syntax guidelines.
25
54
26
55
## [ v0.1.0] - 2021-01-09
27
56
### Added
0 commit comments