Skip to content

Releases: jfcherng/php-diff

4.2.2

02 Mar 20:05
87a1cdc
Compare
Choose a tag to compare
  • Adapt some non-breaking changes from the master branch.

You may consider upgrading to v5.

5.1.1

26 Feb 17:50
03efb9a
Compare
Choose a tag to compare
  • Fix DiffHelp::getTemplatesInfo() typos.

5.1.0

26 Feb 06:57
0375208
Compare
Choose a tag to compare
  • Add DiffHelper::calculateFiles()
  • Add DiffHelper::getProjectDirectory()
  • Add DiffHelper::getStyleSheet()
  • Add INFO['type'] for renderers
  • require-dev at least phpunit/phpunit 7.5
  • Rewrite DiffHelper::getTemplatesInfo() and DiffHelper::getStyleSheet()

4.2.1

26 Feb 17:50
1f6191e
Compare
Choose a tag to compare
  • Fix DiffHelp::getTemplatesInfo() typos.

4.2.0

26 Feb 06:52
62a2829
Compare
Choose a tag to compare
  • Add DiffHelper::calculateFiles()
  • Add DiffHelper::getProjectDirectory()
  • Add DiffHelper::getStyleSheet()
  • Add INFO['type'] for renderers
  • require-dev at least phpunit/phpunit 7.5
  • Rewrite DiffHelper::getTemplatesInfo() and DiffHelper::getStyleSheet()

5.0.2

21 Feb 18:57
bdf01d7
Compare
Choose a tag to compare
  • Fix Json renderer with empty changes.

5.0.1

21 Feb 18:36
5395c27
Compare
Choose a tag to compare
  • Fix squizlabs/php_codesniffer should be in require-dev.

5.0.0

21 Feb 18:30
1dcebc6
Compare
Choose a tag to compare
  • Add renderer option: outputTagAsString.
  • Update jfcherng/php-sequence-matcher ^3.0
  • The following function has been removed.
    • Diff::setAB()
    • Diff::setA()
    • Diff::setB()
    • Diff::getA()
    • Diff::getB()

See https://github.com/jfcherng/php-diff/blob/v5/UPGRADING/UPGRADING_v5.md for upgrading.

4.1.9

21 Feb 18:54
674f14e
Compare
Choose a tag to compare
  • Fix Json renderer with empty changes.

4.1.8

21 Feb 18:38
cd38b50
Compare
Choose a tag to compare
  • Fix squizlabs/php_codesniffer should be in require-dev.