Releases: mamuz/PhpDependencyAnalysis
Releases · mamuz/PhpDependencyAnalysis
PhpDependencyAnalysis v0.3.2
- Fix in CycleDetector
See CHANGELOG for more details.
PhpDependencyAnalysis v0.3.1
- Add ExampleValidator as ReferenceValidator
See CHANGELOG for more details.
PhpDependencyAnalysis v0.3.0
- Change coloring
- Add Cycle Hilighting
- Add ReferenceValidator Feature
See CHANGELOG for more details.
PhpDependencyAnalysis v0.2.1
- Add edge concentration
- Add Location awareness to Verteces and Edges
- Add some patches
See CHANGELOG for more details.
PhpDependencyAnalysis v0.2.0
- BC in Writer StrategyInterface
- Create GraphBuilder
- Refactor AnalysisCollection
- Improve layout
- Add grouping feature to layout
- Add logger awareness
See CHANGELOG for more details.
PhpDependencyAnalysis v0.1.3
- Fix NameResolver visitor
- Add json writer
See CHANGELOG for more details.
PhpDependencyAnalysis v0.1.0
- Change layout for graphs
- Fix detecting namespaced strings in IocContainerAccessorCollector
- Add new configuration to switch between Usage-Graph, Call-Graph and Inheritance-Graph
- Add support for Call-Graph segregation from Usage-Graph
- Add support for Inheritance-Graph segregation from Usage-Graph
- Add MetaNamespaceCollector for Extending, Implementing and TraitUse
- Add validation on opcode cache configuration for PhpDocBlocks TagCollector
See CHANGELOG for more details.
PhpDependencyAnalysis v0.1.0-beta
- Layout
- Support for call graph
- Support for inheritance graph
- Support for usage graph
See CHANGELOG for more details.
First Stable Release
Beta Release - Usable with high performance
- Add TagCollector for PhpDocBlocks
- Add phpdocumentor/reflection-docblock
- Add ParseError list to output
- Add debug stats to verbosity level
- Provide configFile options overwritable by input args
- Add namespacedStrings awareness
- Add unsupportedStmts awareness