Skip to content

2.0.0

Compare
Choose a tag to compare
@JeroenDeDauw JeroenDeDauw released this 25 Apr 01:00
· 171 commits to master since this release
  • Added Diff::equals
  • Removed unused Diff\Appendable interface
  • Removed Diff.credits.php
  • Changed visibility of most protected fields and methods to private

Internal changes

  • bootstrap.php no longer runs composer update
  • Added PHPCS and PHPMD support and configuration (phpcs.xml and phpmd.xml)
  • Added composer cs command for running the code style checks
  • CI now runs composer ci (includes code style checks) instead of phpunit