Skip to content

Releases: mamuz/PhpDependencyAnalysis

PhpDependencyAnalysis v0.3.2

17 Jan 22:45
Compare
Choose a tag to compare
  • Fix in CycleDetector

See CHANGELOG for more details.

PhpDependencyAnalysis v0.3.1

13 Jan 22:28
Compare
Choose a tag to compare
  • Add ExampleValidator as ReferenceValidator

See CHANGELOG for more details.

PhpDependencyAnalysis v0.3.0

12 Jan 22:21
Compare
Choose a tag to compare
  • Change coloring
  • Add Cycle Hilighting
  • Add ReferenceValidator Feature

See CHANGELOG for more details.

PhpDependencyAnalysis v0.2.1

06 Jan 14:13
Compare
Choose a tag to compare
  • Add edge concentration
  • Add Location awareness to Verteces and Edges
  • Add some patches

See CHANGELOG for more details.

PhpDependencyAnalysis v0.2.0

29 Nov 23:57
Compare
Choose a tag to compare
  • 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

19 Nov 22:23
Compare
Choose a tag to compare
  • Fix NameResolver visitor
  • Add json writer

See CHANGELOG for more details.

PhpDependencyAnalysis v0.1.0

16 Nov 15:03
Compare
Choose a tag to compare
  • 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

15 Nov 19:22
Compare
Choose a tag to compare
Pre-release
  • Layout
  • Support for call graph
  • Support for inheritance graph
  • Support for usage graph

See CHANGELOG for more details.

First Stable Release

26 Oct 22:14
Compare
Choose a tag to compare

Beta Release - Usable with high performance

19 Oct 18:07
Compare
Choose a tag to compare
  • 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