Changelog History
Page 3
-
v0.4.0 Changes
March 28, 2019๐ This release contains a lot of features, improvements and some bugfixes removing again some false-positives.
๐ Fixed:
- ๐ Fixed an issue where class constant
Namespace\Foobar::class
was not recognized as usage #29 - ๐ Fixed an issue where an empty namespace caused an exception #27
โ Added:
- ๐ฆ Ignore packages that are not of type
library
#25 composer-schema#type - ๐ฆ Ignore packages that define not namespace #27
- โ Add ability to ignore packages by config #26 README.md
- ๐ฆ Packages are no longer shown as
unused
if:
- ๐ Fixed an issue where class constant
-
v0.3.1 Changes
March 26, 2019๐ Little bugfix to improve error handling on a certain area.
This will make sure that the debug output should be created.๐ This will be improved further in the next release.
-
v0.3.0 Changes
March 26, 2019๐ This release should address some false-positives while scanning your project.
Also new cli parameters are here for some kind of control about the scan.๐ Fixed:
- ๐ Fixed an issue where only
autoload-dev
provided a needed namespace
๐ Changed:
๐ Change the way how the plugin searched for usages
Previously it used onlyautoload
andautoload-dev
directives of the projects owncomposer.json
.This was changed so that now every file matching
*.php
beside thecomposer.json
will be scanned.
๐ป With the exception thatvendor
is always excludedโ Added:
- โ Added new cli parameters
--excludeDir|-xd
to add additional folders to exclude from scan--excludePackage|-xp
to add a package to ignore during scan
- โ Added Di Container for easier development and testing
- ๐ Fixed an issue where only
-
v0.2.0 Changes
March 25, 2019๐ Fixed
- ๐ Fixed issue where static calls raised an exception
โ Added
- โ Added error handler for debug usage
- Use
-vvv
to enable debug mode and create a dump file
- Use
๐ Improved:
- โ Added full integration test with composer test project
-
v0.1.2 Changes
March 25, 2019๐ Fixed
- ๐ Fixed issue with static calls on variable types
- ๐ Fixed issue with problems on identifying on group uses
๐ Improved:
- โ Added more stable tests for validate parsing strategies
-
v0.1.1 Changes
March 25, 2019๐ Fixed
- ๐ Fixed issue with different composer directives (classmap, files)
-
v0.1.0 Changes
March 23, 2019๐ Initial Release