2.0.0
- 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 runscomposer update
- Added PHPCS and PHPMD support and configuration (
phpcs.xml
andphpmd.xml
) - Added
composer cs
command for running the code style checks - CI now runs
composer ci
(includes code style checks) instead ofphpunit