Releases: composer/class-map-generator
Releases · composer/class-map-generator
1.4.0
- Added a way to retrieve all ambiguous classes, without filtering of test/fixture/.. ones (#13)
- Fixed parsing of ambiguous classes to avoid ignoring real classes when test ones get scanned first (#13)
Full Changelog: 1.3.4...1.4.0
1.3.4
- Fixed aliased use statements leading to problem with classes called like keywords (#9)
Full Changelog: 1.3.3...1.3.4
1.3.3
- Fixed path normalization issue on windows
Full Changelog: 1.3.2...1.3.3
1.3.2
- Fixed regression fetching PSR violations when the list is empty on older PHP versions
Full Changelog: 1.3.1...1.3.2
1.3.1
- Fixed regression in PSR violation handling
Full Changelog: 1.3.0...1.3.1
1.3.0
- Added
ClassMap::clearPsrViolationsByPath
to be able to remove PSR violations by path
- Fixed PSR violations being retained even after a further scan of a file finds a valid class (6307dcf)
Full Changelog: 1.2.1...1.3.0
1.2.1
- Tweak PSR violations text to contain the source rule (base namespace and path) (234f4c5)
Full Changelog: 1.2.0...1.2.1
1.2.0
- Added ability to exclude directories in
ClassMapGenerator::scanPaths
(#7)
- Added detection of PSR violations where namespace is missing or not a subnamespace of the configured one (#8)
New Contributors
Full Changelog: 1.1.1...1.2.0
1.1.1
- Fixes for implicit nullability deprecation in PHP 8.4 #5
New Contributors
- @Ayesh made their first contribution in #5
Full Changelog: 1.1.0...1.1.1