Skip to content

Commit

Permalink
Changelog for v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Hagemann committed Feb 2, 2021
1 parent 29c9279 commit 00cdc08
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit 00cdc08

Please sign in to comment.