Skip to content

Releases: jfcherng/php-diff

6.7.4

06 Jul 03:09
cb2e023
Compare
Choose a tag to compare
  • fix: OP_EQ lines are not escaped in Combined renderer

6.7.3

27 May 19:28
f56b4b6
Compare
Choose a tag to compare
  • chore: allow PHP 8

6.7.2

26 Apr 17:50
23d8544
Compare
Choose a tag to compare
  • fix: unexpected Combined output due to HTML formatting (#30)

6.7.1

06 Apr 18:20
ace110f
Compare
Choose a tag to compare

6.7.0

06 Apr 12:31
5c4ad5a
Compare
Choose a tag to compare
  • feat: support colorized CLI output for text renderers (#29)
    2020-04-06_21-02-17

6.6.4

31 Mar 13:53
4d5f704
Compare
Choose a tag to compare
  • feat: add Spanish translation (#26)

6.6.3

30 Mar 06:23
b416e11
Compare
Choose a tag to compare

Just some refactoring.

6.6.2

29 Mar 17:27
8bee227
Compare
Choose a tag to compare
  • fix: wordGlues works wrongly under some circumstances (#25)
  • fix(CSS): better strip alignment effect

6.6.1

19 Mar 22:42
dc8dfce
Compare
Choose a tag to compare
  • Add German (deu) translation.

6.6.0

12 Mar 11:58
986e4db
Compare
Choose a tag to compare
  • Add new renderer option: wordGlues.

    This option is introduced to improve the readability for word-level diff. By default, - and are treated as "glues" to merge consecutive diffs into a whole.

    Snipaste_2020-03-12_18-54-34
    Snipaste_2020-03-12_18-54-56