PhpDependencyAnalysis v0.1.0 Release Notes

Release Date: 2014-11-16 // over 9 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix detecting in IocContainerAccessorCollector
    • ๐Ÿ›  Fix providing UsedNamespacing in ADT entity

    โœ‚ Removed

    • โœ‚ Remove detetecting namespaced string for deprecated pear standard in NamespacedStringCollector

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change vertex name in UnsupportedVarCollector to 'dynamic varname'
    • ๐Ÿ›  Replace prefixes for UnsupportedNamespaces and NamespacedStrings with coloring
    • 0๏ธโƒฃ Rename default config file by appending '.dist'
    • ๐Ÿ”„ Change default configuration by adding visitorOptions for MetaNamespaceCollector
    • ๐Ÿ”„ Change default configuration by adding mode config
    • Segregate call graph from analysis
    • Segregate inheritance graph from analysis
    • ๐Ÿ”จ Refactor Analyze Command and Service Factories

    โž• Added

    • โž• Add Layout with autoswitch for aggregated graph
    • โž• Add CONTRIBUTING.md
    • โž• Add Meta object to ADT entity with corresponding collector
    • โž• Add mode configuration to switch analysis between usage graph (default), call graph and inheritance graph
    • โž• Add validation on opcode cache configuration for PhpDocBlocks TagCollector