Skip to content

Commit 7fb8aa0

Browse files
authored
Changelog v0.1.12
Changelog v0.1.12
2 parents 08e8a6d + eb49080 commit 7fb8aa0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Diff for: .github_changelog_generator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
future-release=v0.1.11
1+
future-release=v0.1.12

Diff for: CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22

3-
## [v0.1.11](https://github.com/caxy/php-htmldiff/tree/v0.1.9) (2021-02-02)
3+
## [v0.1.12](https://github.com/caxy/php-htmldiff/tree/v0.1.12) (2021-04-05)
4+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.11...v0.1.12)
5+
6+
### Changes:
7+
8+
- Word parser is rebuild to improve performance by 98% (according to xhprof profiler) and reducing code complexity.
9+
- Whitespace checking improvements in match finding algorithm to improve performance by allot, up to 50% in some of my testing
10+
11+
12+
## [v0.1.11](https://github.com/caxy/php-htmldiff/tree/v0.1.11) (2021-02-02)
413
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.10...v0.1.11)
514

615
### Changes:
@@ -11,7 +20,7 @@
1120
- Possibility to disable html-purifier using a config flag
1221
- Removed dependency php-simple-html-dom-parser
1322

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

1726
### Important:

0 commit comments

Comments
 (0)