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 1
1
# Change Log
2
2
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
+
3
14
## [ v0.1.10] ( https://github.com/caxy/php-htmldiff/tree/v0.1.9 ) (2021-01-05)
4
15
[ Full Changelog] ( https://github.com/caxy/php-htmldiff/compare/v0.1.9...v0.1.10 )
5
16
Original file line number Diff line number Diff line change 3
3
namespace Caxy \HtmlDiff ;
4
4
5
5
/**
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.
7
7
*/
8
8
class MatchingBlock implements \Countable
9
9
{
You can’t perform that action at this time.
0 commit comments