Skip to content

Commit 2f270d5

Browse files
authored
Changelog for version v0.1.11
Changelog for version v0.1.11
2 parents 25bce7b + 00cdc08 commit 2f270d5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

lib/Caxy/HtmlDiff/MatchingBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace 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
*/
88
class MatchingBlock implements \Countable
99
{

0 commit comments

Comments
 (0)