Releases: jfcherng/php-diff
Releases · jfcherng/php-diff
6.5.7
6.5.6
6.5.5
Combined
: do not merge blocks which change too much. (#20 (comment))- Fix CSS table text alignment for very long lines.
6.5.4
This release brings various fixes for Context
and Unified
mostly.
- Fix
DiffHelper::calculateFiles()
for empty files. - Fix there are extra leading/trailing lines when
context
is set to 0. - Fix
Unified
line numbers whencontext
is 0. - Fix all-equal hunk content should be omitted in
Context
output. - Fix
Context
/Unified
output for EOL at EOF. (#23)
6.5.3
- Improve
Combined
renderer output for newlines. (41c6d0b#commitcomment-37651644)