We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c9279 commit 00cdc08Copy full SHA for 00cdc08
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Change Log
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
14
## [v0.1.10](https://github.com/caxy/php-htmldiff/tree/v0.1.9) (2021-01-05)
15
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.9...v0.1.10)
16
0 commit comments