Skip to content

Commit

Permalink
Changelog for version v0.1.11
Browse files Browse the repository at this point in the history
Changelog for version v0.1.11
  • Loading branch information
SavageTiger authored Feb 2, 2021
2 parents 25bce7b + 00cdc08 commit 2f270d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [v0.1.11](https://github.com/caxy/php-htmldiff/tree/v0.1.9) (2021-02-02)
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.10...v0.1.11)

### Changes:

- Fixed a bug where self-closing tags got crippled in HtmlDiff
- Ported ListDiff from SimpleXML to DOMDocument
- Cleanup of old list diff algorithm
- Possibility to disable html-purifier using a config flag
- Removed dependency php-simple-html-dom-parser

## [v0.1.10](https://github.com/caxy/php-htmldiff/tree/v0.1.9) (2021-01-05)
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.9...v0.1.10)

Expand Down
2 changes: 1 addition & 1 deletion lib/Caxy/HtmlDiff/MatchingBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Caxy\HtmlDiff;

/**
* A (string) block of text is the same between the two provided versions.
* A (string) block of text that is the same between the two provided versions.
*/
class MatchingBlock implements \Countable
{
Expand Down

0 comments on commit 2f270d5

Please sign in to comment.