mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-18 16:18:26 +02:00
522 B
522 B
Upgrading to v3
$diffOptions
removes:charLevelDiff
andseparateBlock
.$templateOptions
adds:detailLevel
(similar tocharLevelDiff
, read docs) andseparateBlock
(exact the same one in$diffOptions
).Jfcherng\Diff\Diff
's$a
($old
),$b
($new
) are required in__construct()
. (You may pass two empty arrays if you do not want to do anything at that moment.)- The look of "skipped" block in HTML renderers (
SideBySide
andInline
) have been changed. (You may have to tweak your CSS.)