Skip to content

Commit 42d5221

Browse files
Copilotdermatz
andcommitted
#docs - Update CHANGELOG with verbose output feature
Co-authored-by: dermatz <6103201+dermatz@users.noreply.github.com>
1 parent cffd205 commit 42d5221

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file.
99

1010
### Added
1111

12+
- feat: add verbose output support for watch task with `-v` flag
13+
- Shows informative messages during watch mode based on verbosity level
14+
- Captures and reports exit codes from npm/grunt watch commands
15+
- Displays clear error messages when watch mode exits with errors
16+
- Provides hint to use `-v` flag for verbose output in non-verbose mode
1217
- feat: add `mageforge:theme:tokens` command to generate Hyvä design tokens from design.tokens.json or hyva.config.json
1318
- feat: add `mageforge:hyva:compatibility:check` command to add a Hyvä compatibility checker
1419
- Scans Magento modules for Hyvä theme compatibility issues
@@ -28,6 +33,9 @@ All notable changes to this project will be documented in this file.
2833

2934
### Changed
3035

36+
- refactor: improve build commands to show full output in verbose mode
37+
- Remove `--quiet` flag from npm/grunt build commands when using verbose mode
38+
- Allow better debugging of build issues during theme compilation
3139
- refactor: split complex executeCommand method into smaller, focused methods to reduce cyclomatic complexity
3240
- docs: update copilot-instructions.md with CI/CD integration guidelines for new commands
3341

0 commit comments

Comments
 (0)