Skip to content

Commit 5225deb

Browse files
committed
docs: update changelog for v.0.2.0
1 parent 6b3be99 commit 5225deb

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
938
## [v0.1.2] - 2021-01-20
1039
### Added
1140
- Laravel SonarScanner template.
@@ -20,8 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2049
- EditorConfig file.
2150

2251
### 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.
2554

2655
## [v0.1.0] - 2021-01-09
2756
### Added

0 commit comments

Comments
 (0)