File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v0.1.1] ( https://github.com/caxy/php-htmldiff/tree/v0.1.1 ) (2016-03-16)
4
+ [ Full Changelog] ( https://github.com/caxy/php-htmldiff/compare/0.1.0...v0.1.1 )
5
+
6
+ ** Features and Enhancements:**
7
+
8
+ - Update TableDiff HTMLPurifier Initialization [ \# 35] ( https://github.com/caxy/php-htmldiff/pull/35 ) ([ dbergunder] ( https://github.com/dbergunder ) )
9
+
10
+ ** Miscellaneous:**
11
+
12
+ - Update the README and add additional documentation [ \# 34] ( https://github.com/caxy/php-htmldiff/pull/34 ) ([ jschroed91] ( https://github.com/jschroed91 ) )
13
+
3
14
## [ 0.1.0] ( https://github.com/caxy/php-htmldiff/tree/0.1.0 ) (2016-03-10)
4
15
5
16
[ Full Changelog] ( https://github.com/caxy/php-htmldiff/compare/0.0.14...0.1.0 )
128
139
129
140
130
141
142
+ \* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
143
+
144
+
131
145
\* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ $config
128
128
// Pass an instance of \Doctrine\Common\Cache\Cache to cache the calculated diffs.
129
129
->setCacheProvider(null)
130
130
131
+ // Set the cache directory that HTMLPurifier should use.
132
+ ->setPurifierCacheLocation(null)
133
+
131
134
// Group consecutive deletions and insertions instead of showing a deletion and insertion for each word individually.
132
135
->setGroupDiffs(true)
133
136
You can’t perform that action at this time.
0 commit comments