Skip to content

Latest commit

 

History

History
114 lines (89 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

114 lines (89 loc) · 3.29 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.8.1] - 2021-05-02

Fixed

  • Fixed test-features command

0.8.0 - 2021-05-02

Added

  • PHP 8 support

0.7.0 - 2020-06-19

Removed

  • Removed support for Symfony 2 and 3

0.6.3 - 2020-01-17

Fixed

0.6.2 - 2019-10-20

Fixed

  • Do not analyse method calls via dynamic property fetch #50

0.6.1 - 2019-07-14

Added

  • Added filename to parser exception message

Fixed

  • Fixed return type of edge case for abstractness metric
  • Fixed BC break in symfony/console 4.3

0.6.0 - 2019-04-09

Added

  • support for Docker
  • Messages for missing PlantUML and Docker installation

Changed

  • upgrade PHP language dependency to ^7.2
  • upgrade PHPUnit to ^8.0

0.5.1 - 2018-07-04

Fixed

  • replaced Symfony Console hacks with injection through Event Dispatcher
  • PHP 7.2 support for projects which require PHP 7.2 and Symfony 4 components

0.5.1 - 2018-07-04

Fixed

  • PHP 7.2 support for projects which require PHP 7.2 and Symfony 4 components

0.5.0 - 2018-03-23

Added

  • PHP 7.2 support

Fixed

  • better Windows support

0.4.0 - 2017-05-12

Added

  • PHP 7.1 support
  • add detection of instanceof comparison
  • switch DSM column and row (like NDepend)

Fixed

  • add support for inner classes

0.3.1 - 2016-11-16

Fixed

  • default options like --help not working

0.3.0 - 2016-11-15

Added

  • dot command for layered dependency graphs

Changed

  • packages in UML diagrams will now be displayed hierarchical

Fixed

  • removed empty dependencies after applying depth filter

0.2.0 - 2016-10-15

Added

  • filter-from filter (filters only source dependencies, not the target)
  • exclude-regex (excludes any dependency pair which matches the regular expression)
  • dynamic analysis

Changed

  • metrics are being displayed as a table

0.1.0 - 2016-10-01

Added

  • first tagged release
  • uml, text, dsm and metrics command