All Versions
27
Latest Version
Avg Release Cycle
46 days
Latest Release
1294 days ago

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:
      • They are suggested by other packages (will show information about suggested by: package/a) #23
      • They are required by other packages (will show information about required by: package/a) #22
  • 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 only autoload and autoload-dev directives of the projects own composer.json.

    This was changed so that now every file matching *.php beside the composer.json will be scanned.
    ๐Ÿ‘ป With the exception that vendor 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
  • 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

    ๐Ÿ‘Œ 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