All Versions
28
Latest Version
Avg Release Cycle
68 days
Latest Release
1834 days ago

Changelog History
Page 3

  • v0.3.2 Changes

    January 17, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix in CycleDetector
  • v0.3.1 Changes

    January 13, 2015

    โž• Added

    • โž• Add ExampleValidator as ReferenceValidator
  • v0.3.0 Changes

    January 12, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change color usage in layout to 8-bit

    โœ‚ Removed

    • โœ‚ Remove edge concentration in GraphViz to improve usability with ReferenceValidator Feature

    โž• Added

    • โž• Add Cycle Hilighting feature
    • โž• Add ReferenceValidator Feature
  • v0.2.1 Changes

    January 06, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix in NodeNameFilter by return NULL instead of empty array after slicing
    • ๐Ÿ›  Fix for collecting dependencies of null filltered ADTs
    • ๐Ÿ›  Fix in realpath usage for message about write target
    • ๐Ÿ›  Fix lost node attributes in NodeName filtering
    • ๐Ÿ›  Fix lost node attributes in TagCollector

    ๐Ÿ”„ Changed

    • Adapt minor changes of clue/graph dependency

    โž• Added

    • โž• Add edge concentration in GraphViz
    • โž• Add Location awareness to Verteces- and Edges-AttributeBag
    • โž• Add Location entity
  • v0.2.0 Changes

    November 30, 2014

    ๐Ÿ”„ Changed

    • Regenerate examples to new graph layout
    • BC in Writer StrategyInterface
    • ๐Ÿ”จ Refactor AnalysisCollection
    • ๐Ÿ”„ Change default configuration by adding groupLength config
    • ๐Ÿ‘Œ Improve layout
    • ๐Ÿ”„ Change error report accordingly to log levels
    • ๐Ÿ”„ Change aborting to skipping in case of parse error by docBlock name resolver

    โž• Added

    • Create GraphBuilder
    • โž• Add DoctrineCollections
    • โž• Add groupLength configuration to controll grouping feature
    • โž• Add grouping feature to layout
    • โž• Add logger awareness to Analyzer and to NameResolver
    • โž• Add injecting logger feature in PluginLoader
    • โž• Add ParserLogger
    • โž• Add PsrLog
  • v0.1.3 Changes

    November 19, 2014

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix ignoring array keyword of method arguments in NameResolver visitor
    • ๐Ÿ›  Fix catching phpDocParser exceptions in NameResolver visitor

    โž• Added

    • โž• Add json writer
  • v0.1.0 Changes

    November 16, 2014

    ๐Ÿ›  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
  • v0.0.1 Changes

    October 26, 2014

    โž• Added

    • โž• 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
    • โž• Add AbstractDataType Traverser
    • โž• Add CHANGELOG.md
    • โž• Add visitor configuration feature
    • โž• Add optional visitors
    • โž• Add required visitors
    • โž• Add examples
    • โž• Add writer
    • โž• Add write adapter
    • โž• Add parse dispatcher
    • โž• Add plugin loader
    • โž• Add command
    • โž• Add graph library
    • โž• Add PHP-Parser
    • โž• Add Symfony YAML
    • โž• Add Symfony Console
    • โž• Add Symfony Finder
    • Create skeleton