555 B
555 B
Upgrading to v4
Jfcherng\Diff\Utility\SequenceMatcherbecomes a new package by the namespace ofJfcherng\Diff\SequenceMatcher.- Factories under
Jfcherng\Diff\Utility\are moved toJfcherng\Diff\Factory\. For example,Jfcherng\Diff\Utility\RendererFactoryis nowJfcherng\Diff\Factory\RendererFactory. - Non-abstract classes are no longer inheritable as they are added with
finalkeywords. (This allows me to do more internal changes without causing possible BC breaks.)