File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.6.0] - 2026-03-26
11+
12+ ### Added
13+ - Symfony Profiler panel showing PHP quality metrics for files used during request
14+ - ` CallstackTracer ` to capture controller information
15+ - ` DependencyTreeAnalyzer ` for static analysis of controller imports and dependencies
16+ - Debug information in profiler panel (mode, project directory, analyzed files count)
17+
18+ ### Changed
19+ - Profiler now analyzes controller dependency tree via ` use ` statements instead of all included files
20+ - Improved exclude paths filtering (relative to project root)
21+
22+ ### Fixed
23+ - DataCollector service visibility for Symfony Profiler integration
24+ - FileAnalyzer service marked as public for dependency injection
25+
1026## [ 1.5.0] - 2026-03-26
1127
1228### Added
@@ -91,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
91107### Fixed
92108- Allow running Docker container with any user (` --user ` flag)
93109
94- [ Unreleased ] : https://github.com/amoifr/PhpQuality/compare/v1.5.0...HEAD
110+ [ Unreleased ] : https://github.com/amoifr/PhpQuality/compare/v1.6.0...HEAD
111+ [ 1.6.0 ] : https://github.com/amoifr/PhpQuality/compare/v1.5.0...v1.6.0
95112[ 1.5.0 ] : https://github.com/amoifr/PhpQuality/compare/v1.4.1...v1.5.0
96113[ 1.4.1 ] : https://github.com/amoifr/PhpQuality/compare/v1.4.0...v1.4.1
97114[ 1.4.0 ] : https://github.com/amoifr/PhpQuality/compare/1.3.0...v1.4.0
Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "extra" : {
77 "branch-alias" : {
8- "dev-dev" : " 1.5 .x-dev"
8+ "dev-dev" : " 1.6 .x-dev"
99 }
1010 },
1111 "keywords" : [
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ FROM php:8.3-cli-alpine
3838
3939LABEL org.opencontainers.image.title="PhpQuality"
4040LABEL org.opencontainers.image.description="PHP Static Code Analyzer - Metrics & Quality Reports"
41- LABEL org.opencontainers.image.version="1.5 .0"
41+ LABEL org.opencontainers.image.version="1.6 .0"
4242LABEL org.opencontainers.image.vendor="amoifr"
4343LABEL org.opencontainers.image.source="https://github.com/amoifr/PhpQuality"
4444LABEL org.opencontainers.image.authors="Pascal CESCON <pascal.cescon@gmail.com>"
You can’t perform that action at this time.
0 commit comments