Skip to content

Releases: jfcherng/php-diff

7.0.1

Choose a tag to compare

@jfcherng jfcherng released this 22 Jun 13:05
38bd25b
  • Fix comparing numeric strings (e.g. '0' vs '00000') producing an empty diff (#94).

6.16.3

Choose a tag to compare

@jfcherng jfcherng released this 22 Jun 13:10
6d7332b
  • Fix comparing numeric strings (e.g. '0' vs '00000') producing an empty diff (#94).

7.0.0

Choose a tag to compare

@jfcherng jfcherng released this 06 Apr 15:48
132274a

There is no new feature in this major release.
The main focus is to modernize the codebase and improve type safety.

  • The minimum supported PHP version is now 8.3.
  • Introduce DifferOptions value object.
  • Introduce RendererOptions value object.

For migration guide, see https://github.com/jfcherng/php-diff/blob/v7/UPGRADING/UPGRADING_v7.md

6.16.2

Choose a tag to compare

@jfcherng jfcherng released this 10 Mar 17:54
7f46bcf
  • fix: remove debug print

6.10.17

Choose a tag to compare

@jfcherng jfcherng released this 10 Mar 17:55
72f551e

Ported changes from 6.16.x:

  • fix: remove debug print

6.16.1

Choose a tag to compare

@jfcherng jfcherng released this 07 Mar 18:02
0a0f50a
  • fix: Differ::getStatistics() not working when no difference

6.10.16

Choose a tag to compare

@jfcherng jfcherng released this 07 Mar 18:02
b136ee3

Ported changes from 6.16.x:

  • fix: Differ::getStatistics() not working when no difference

6.16.0

Choose a tag to compare

@jfcherng jfcherng released this 05 Mar 08:45
8b49ede
  • chore: fix deprecated php-cs-fixer options
  • feat: add new differ option: fullContextIfIdentical (#79)
  • chore: fix typos (#75)

6.10.15

Choose a tag to compare

@jfcherng jfcherng released this 05 Mar 09:08
29535c4

Ported changes from 6.16.x:

  • chore: fix deprecated php-cs-fixer options
  • feat: add new differ option: fullContextIfIdentical (#79)
  • chore: fix typos (#75)

6.15.3

Choose a tag to compare

@jfcherng jfcherng released this 15 Jun 12:32
39be097
  • chore: add cze (Czech) translation (#74)