File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
- future-release=v0.1.11
1
+ future-release=v0.1.12
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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)
4
13
[ Full Changelog] ( https://github.com/caxy/php-htmldiff/compare/v0.1.10...v0.1.11 )
5
14
6
15
### Changes:
11
20
- Possibility to disable html-purifier using a config flag
12
21
- Removed dependency php-simple-html-dom-parser
13
22
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)
15
24
[ Full Changelog] ( https://github.com/caxy/php-htmldiff/compare/v0.1.9...v0.1.10 )
16
25
17
26
### Important:
You can’t perform that action at this time.
0 commit comments