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

Changelog History
Page 2

  • v0.6.0 Changes

    September 13, 2015

    โž• Added

    • FQCN filter
  • v0.5.3 Changes

    July 05, 2015

    ๐Ÿ”„ Changed

    • Exit status code is 2 for found violations, 1 for thrown exceptions and 0 for successful execution without violations

    ๐Ÿ›  Fixed

    • โž• Add missing ErrorHandler
    • โœ‚ Remove unneeded OpCodeCache Validator in TagCollector
  • v0.5.2 Changes

    June 21, 2015

    ๐Ÿ”„ Changed

    • Composer version constraints for graphp dependencies

    ๐Ÿ›  Fixed

    • Typo in SVG footer
  • v0.5.1 Changes

    June 04, 2015
  • v0.4.2 Changes

    May 10, 2015

    ๐Ÿ›  Fixed

    • Typo for InvalidArgumentException in Config

    ๐Ÿ”„ Changed

    • โšก๏ธ Update nikic/php-parser to 1.3.*
    • โšก๏ธ Update phpunit/phpunit to 4.6.*

    โž• Added

    • โž• Add php7 Anonymous Classes support
  • v0.4.1 Changes

    March 28, 2015

    ๐Ÿ”„ Changed

    • โšก๏ธ Update clue/graph to 0.9.*
    • โšก๏ธ Update nikic/php-parser to 1.2.*
    • Adapt NamespacedStringCollector and IocContainerAccessorCollector to use new Node\Scalar\String_ object
    • Simplify DeclaredNamespaceCollector by using new ClassLike object

    โž• Added

    • โž• Add php7 to travis config
    • โž• Add php7 Return Type Declarations support
    • โž• Add graphp/algorithms 0.8.0
  • v0.4.0 Changes

    February 08, 2015

    ๐Ÿ”„ Changed

    • Normalize CHANGELOG.md
    • ๐Ÿ”ง Travis configuration
    • โšก๏ธ Optimize .gitignore
    • ๐Ÿ”„ Change composer attribute type to project
    • โšก๏ธ Update phpParser to 1.1.*
    • โšก๏ธ Update graphviz to 0.2.*
    • โšก๏ธ Update phpunit to 4.5.*
    • ๐Ÿ— BC: Move GraphViz interface from Builder to Writer
    • ๐Ÿ”จ BC: Refactor and changing data model in Json Writer
    • BC: Rename fqcn accessor and mutator from fqn to fqcn in Location entity

    โž• Added

    • โž• Add .gitattributes
    • โž• Add AbstractGraphViz writer
    • โž• Add graph extractor
    • ๐Ÿ— BC: Add logEntries mutator to BuilderInterface

    โœ‚ Removed

    • ๐Ÿšš BC: Removed fqcn awareness in location entity
  • v0.3.4 Changes

    January 21, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improve color accessability
    • Increase max_nesting_level for huge projects
  • v0.3.3 Changes

    January 17, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix in Factory for missing dependency