Releases: jfcherng/php-diff
Releases · jfcherng/php-diff
6.11.3
28 Feb 16:24
Compare
Sorry, something went wrong.
No results found
refactor: utilize PHP 7.4 typed properties (only for final classes since it's a BC breaking change)
refactor: utilize PHP 7.4 array spread operator
refactor: utilize PHP 7.4 arrow funciton
refactor: utilize PHP 7.4 null coalescing assignment
chore: update deps
6.11.2
21 Feb 05:58
Compare
Sorry, something went wrong.
No results found
fix: wrong execution result under php alpine image (#51 )
6.11.1
28 Dec 11:05
Compare
Sorry, something went wrong.
No results found
chore: add ukr (Ukraine) translation
6.11.0
25 Nov 02:17
Compare
Sorry, something went wrong.
No results found
6.10.0
19 Mar 09:23
Compare
Sorry, something went wrong.
No results found
chore: add liip/rmt as a dev dependency
chore: allow phan/phan ^4
feat: add methods to get diff statistics
$ differ ->getStatistics ();
DiffHelper::getStatistics ();
both return something like
[
'inserted ' => 0 ,
'deleted ' => 0 ,
'unmodified ' => 0 ,
'changedRatio ' => 0.0 ,
]
fix: deprecated method in .php_cs
6.9.0
07 Dec 23:57
Compare
Sorry, something went wrong.
No results found
feat: add option: showHeader (#42 )
6.8.0
29 Oct 10:53
Compare
Sorry, something went wrong.
No results found
feat: add renderer: JsonText (#40 )
The previous Json renderer has been deprecated. You may use JsonHtml instead, for a more explicit name with a comparison to JsonText.
6.7.7
23 Aug 10:57
Compare
Sorry, something went wrong.
No results found
fix: a regression about the last diff block (#36 )
6.7.6
22 Aug 12:58
Compare
Sorry, something went wrong.
No results found
fix: ignoreWhitespaces doesn't produce the same result with GNU diff's (#35 )
6.7.5
10 Aug 15:41
Compare
Sorry, something went wrong.
No results found
fix: \r shouldn't be visualized like a newline in Combined renderer (#34 )