Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 701 Bytes

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 701 Bytes

CHANGELOG

List of changes since the very first version :)

0.9.1 - 2025-03-22

  • Support nikic/php-parser:5.4
  • Update to PHPUnit 11

0.9.0 - 2025-03-20

  • Support nikic/php-parser:5.0

0.8.1 - 2022-02-15

  • Fix deprecated error

0.7.0 - 2018-03-01

  • Added an option to exclude directories

0.5.0 - 2016-11-15

  • Add PHP 7.0 support and drop 5.5 support

0.4.0 - 2015-08-23

  • Add metrics: "x out of y bool expressions are assumptions (z%)"

0.3.0 - 2015-08-15

  • Add XML output (added -f and -o arguments)
  • Migrated PhpSpec tests to PHPUnit
  • Pretty format now outputs a table

0.2.0 - 2015-08-10

  • Added more weak assumptions detections

0.1.0 - 2015-08-05

  • Initial release