Skip to content

Releases: jfcherng/php-diff

6.2.0

14 Oct 02:49
0668f09
Compare
Choose a tag to compare
  • Add renderer option: resultForIdenticals. This is used to customize the returned diff when the new and the old are identical. (#12)

6.1.2

10 Oct 22:36
6b8ad6f
Compare
Choose a tag to compare
  • Add Portuguese (por) translation.
  • Follow PSR-12.

6.1.1

10 Sep 16:22
ae3c023
Compare
Choose a tag to compare
  • Fix renderer option language cannot be an array. (#11)

6.1.0

10 Sep 10:26
38944c5
Compare
Choose a tag to compare
  • Add renderer option: wrapperClasses.

6.0.1

10 Sep 06:53
39872e3
Compare
Choose a tag to compare
  • Fix Japanese translations.
  • Sass: replace compass/css3 functions with dart-sass built-in.

5.2.2: Final Release for v5

14 May 16:26
4c2c11d
Compare
Choose a tag to compare

This release is functionally identical to 5.2.1. Just to tag that 5.2.2 is the final v5 release.

You may consider upgrading to v6.

6.0.0

20 Mar 04:04
e43a17d
Compare
Choose a tag to compare

There is no new feature or fix. 6.0.0 is just a massive clean up / API renaming release.

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

5.2.1

04 Mar 15:12
9be4144
Compare
Choose a tag to compare
  • Fix Diff::getOldNewComparison() should use finalize().

5.2.0

03 Mar 20:08
e21e5f5
Compare
Choose a tag to compare
  • Deprecate the static AbstractRenderer::getIdenticalResult(). Use the non-static AbstractRenderer::getResultForIdenticals() instead.
  • Some codes clean up.

4.2.3: Final Release for v4

02 Mar 22:37
3331387
Compare
Choose a tag to compare
  • Just some tiny fixes.

You may consider upgrading to v5.