File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v0.1.11] ( https://github.com/caxy/php-htmldiff/tree/v0.1.9 ) (2021-02-02)
4+ [ Full Changelog] ( https://github.com/caxy/php-htmldiff/compare/v0.1.10...v0.1.11 )
5+
6+ ### Changes:
7+
8+ - Fixed a bug where self-closing tags got crippled in HtmlDiff
9+ - Ported ListDiff from SimpleXML to DOMDocument
10+ - Cleanup of old list diff algorithm
11+ - Possibility to disable html-purifier using a config flag
12+ - Removed dependency php-simple-html-dom-parser
13+
314## [ v0.1.10] ( https://github.com/caxy/php-htmldiff/tree/v0.1.9 ) (2021-01-05)
415[ Full Changelog] ( https://github.com/caxy/php-htmldiff/compare/v0.1.9...v0.1.10 )
516
Original file line number Diff line number Diff line change 33namespace Caxy \HtmlDiff ;
44
55/**
6- * A (string) block of text is the same between the two provided versions.
6+ * A (string) block of text that is the same between the two provided versions.
77 */
88class MatchingBlock implements \Countable
99{
You can’t perform that action at this time.
0 commit comments