Skip to content

Commit ee13cc1

Browse files
committed
Update CHANGELOG for Hyvä compatibility checker
1 parent 73850e0 commit ee13cc1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

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

77
## UNRELEASED
88

9+
### Added
10+
- feat: add Hyvä compatibility checker command (`mageforge:hyva:compatibility:check`)
11+
- Scans Magento modules for Hyvä theme compatibility issues
12+
- Detects RequireJS, Knockout.js, jQuery, and UI Components usage
13+
- Interactive menu with Laravel Prompts for scan options
14+
- Options: `--show-all`, `--third-party-only`, `--include-vendor`, `--detailed`
15+
- Color-coded output (✓ Compatible, ⚠ Warnings, ✗ Incompatible)
16+
- Detailed file-level issues with line numbers
17+
- Exit code 1 for critical issues, 0 for success
18+
- Command aliases: `m:h:c:c`, `hyva:check`
19+
920
## Latest Release
1021

1122
### [0.2.2] - 2025-06-05

0 commit comments

Comments
 (0)