Skip to content

Commit 6f39bc3

Browse files
committed
Update CHANGELOG with v0.1.8 changes
1 parent 6b0fb0a commit 6f39bc3

File tree

2 files changed

+132
-22
lines changed

2 files changed

+132
-22
lines changed

.github_changelog_generator

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
future-release=v0.1.8

CHANGELOG.md

Lines changed: 131 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,141 @@
11
# Change Log
22

3+
## [v0.1.8](https://github.com/caxy/php-htmldiff/tree/v0.1.8) (2019-01-15)
4+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.7...v0.1.8)
5+
6+
**Implemented enhancements:**
7+
8+
- Possible diff algorithm improvement [\#46](https://github.com/caxy/php-htmldiff/issues/46)
9+
- encoding [\#22](https://github.com/caxy/php-htmldiff/issues/22)
10+
- Resolve PHP 7.3 compatibility issue to fix \#79 [\#80](https://github.com/caxy/php-htmldiff/pull/80) ([irkallacz](https://github.com/irkallacz))
11+
12+
**Closed issues:**
13+
14+
- Does not work on PHP 7.3 [\#79](https://github.com/caxy/php-htmldiff/issues/79)
15+
- Latest release can cause segmentation faults [\#74](https://github.com/caxy/php-htmldiff/issues/74)
16+
- Different results [\#73](https://github.com/caxy/php-htmldiff/issues/73)
17+
18+
## [v0.1.7](https://github.com/caxy/php-htmldiff/tree/v0.1.7) (2018-03-15)
19+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.6...v0.1.7)
20+
21+
**Fixed bugs:**
22+
23+
- Fix issues with unicode characters - fixes \#71 [\#72](https://github.com/caxy/php-htmldiff/pull/72) ([iluuu1994](https://github.com/iluuu1994))
24+
25+
**Closed issues:**
26+
27+
- Encoding issues with umlauts [\#71](https://github.com/caxy/php-htmldiff/issues/71)
28+
- Slow diff even on small text input [\#70](https://github.com/caxy/php-htmldiff/issues/70)
29+
30+
## [v0.1.6](https://github.com/caxy/php-htmldiff/tree/v0.1.6) (2018-01-06)
31+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.5...v0.1.6)
32+
33+
**Closed issues:**
34+
35+
- Bug - bad comparison between words containing accented characters [\#66](https://github.com/caxy/php-htmldiff/issues/66)
36+
37+
**Merged pull requests:**
38+
39+
- Fixed warnings "count\(\): Parameter must be an array... [\#65](https://github.com/caxy/php-htmldiff/pull/65) ([yojick](https://github.com/yojick))
40+
41+
## [v0.1.5](https://github.com/caxy/php-htmldiff/tree/v0.1.5) (2017-06-12)
42+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.4...v0.1.5)
43+
44+
**Fixed bugs:**
45+
46+
- Crashes if string contains "Р" character \(uppercase cyrillic Р letter\) [\#58](https://github.com/caxy/php-htmldiff/issues/58)
47+
48+
**Closed issues:**
49+
50+
- Does not work on PHP 5.3.10 [\#61](https://github.com/caxy/php-htmldiff/issues/61)
51+
52+
**Merged pull requests:**
53+
54+
- HTMLPurifier Permission Fix [\#63](https://github.com/caxy/php-htmldiff/pull/63) ([snebes](https://github.com/snebes))
55+
56+
## [v0.1.4](https://github.com/caxy/php-htmldiff/tree/v0.1.4) (2017-05-02)
57+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.3...v0.1.4)
58+
59+
**Merged pull requests:**
60+
61+
- changes the \[\] arrays to array\(\) as it does not work in php 5.3 [\#62](https://github.com/caxy/php-htmldiff/pull/62) ([myfriend12](https://github.com/myfriend12))
62+
63+
## [v0.1.3](https://github.com/caxy/php-htmldiff/tree/v0.1.3) (2016-07-21)
64+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.2...v0.1.3)
65+
66+
**Implemented enhancements:**
67+
68+
- HTMLDiff Performance inhancement [\#54](https://github.com/caxy/php-htmldiff/pull/54) ([SavageTiger](https://github.com/SavageTiger))
69+
70+
**Closed issues:**
71+
72+
- Performance [\#38](https://github.com/caxy/php-htmldiff/issues/38)
73+
74+
**Merged pull requests:**
75+
76+
- Differ crashed when comparing regular space character in table column. [\#55](https://github.com/caxy/php-htmldiff/pull/55) ([SavageTiger](https://github.com/SavageTiger))
77+
78+
## [v0.1.2](https://github.com/caxy/php-htmldiff/tree/v0.1.2) (2016-05-25)
79+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/v0.1.1...v0.1.2)
80+
81+
**Implemented enhancements:**
82+
83+
- Diff styling for the demo [\#45](https://github.com/caxy/php-htmldiff/issues/45)
84+
- Implement new List Diffing algorithm for matching [\#49](https://github.com/caxy/php-htmldiff/pull/49) ([jschroed91](https://github.com/jschroed91))
85+
- Improve list diffing for lists with removed list items [\#48](https://github.com/caxy/php-htmldiff/pull/48) ([jschroed91](https://github.com/jschroed91))
86+
- Cleanup CSS and add styles for highlighting differences \(\#45\) [\#47](https://github.com/caxy/php-htmldiff/pull/47) ([jschroed91](https://github.com/jschroed91))
87+
- Add method to clear content on AbstractDiff objects [\#44](https://github.com/caxy/php-htmldiff/pull/44) ([jschroed91](https://github.com/jschroed91))
88+
- Add support for diffing img elements [\#36](https://github.com/caxy/php-htmldiff/pull/36) ([jschroed91](https://github.com/jschroed91))
89+
90+
**Fixed bugs:**
91+
92+
- Fixed HTMLPurifier not using the cache directory [\#53](https://github.com/caxy/php-htmldiff/pull/53) ([SavageTiger](https://github.com/SavageTiger))
93+
- Fix issues with type hints [\#52](https://github.com/caxy/php-htmldiff/pull/52) ([jschroed91](https://github.com/jschroed91))
94+
- Fix issues with unencoded html chars breaking diffing [\#50](https://github.com/caxy/php-htmldiff/pull/50) ([jschroed91](https://github.com/jschroed91))
95+
- Fix issues with spaces being removed in isolated diff tags [\#41](https://github.com/caxy/php-htmldiff/pull/41) ([jschroed91](https://github.com/jschroed91))
96+
- Fixed issue with create call on TableDiff object [\#37](https://github.com/caxy/php-htmldiff/pull/37) ([dbergunder](https://github.com/dbergunder))
97+
98+
**Closed issues:**
99+
100+
- Config object not properly used when using the HtmlDiffBundle service [\#51](https://github.com/caxy/php-htmldiff/issues/51)
101+
102+
**Merged pull requests:**
103+
104+
- Remove unused ListDiff class and rename ListDiffNew to ListDiff [\#43](https://github.com/caxy/php-htmldiff/pull/43) ([jschroed91](https://github.com/jschroed91))
105+
- Run php-cs-fixer on lib directory [\#42](https://github.com/caxy/php-htmldiff/pull/42) ([jschroed91](https://github.com/jschroed91))
106+
3107
## [v0.1.1](https://github.com/caxy/php-htmldiff/tree/v0.1.1) (2016-03-16)
4108
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.1.0...v0.1.1)
5109

6-
**Features and Enhancements:**
110+
**Implemented enhancements:**
7111

8-
- Update TableDiff HTMLPurifier Initialization [\#35](https://github.com/caxy/php-htmldiff/pull/35) ([dbergunder](https://github.com/dbergunder))
112+
- Update TableDiff HTMLPurifier Initialization. [\#35](https://github.com/caxy/php-htmldiff/pull/35) ([dbergunder](https://github.com/dbergunder))
9113

10-
**Miscellaneous:**
114+
**Merged pull requests:**
11115

12116
- Update the README and add additional documentation [\#34](https://github.com/caxy/php-htmldiff/pull/34) ([jschroed91](https://github.com/jschroed91))
13117

14118
## [0.1.0](https://github.com/caxy/php-htmldiff/tree/0.1.0) (2016-03-10)
119+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.1.0-beta.1...0.1.0)
15120

16-
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.14...0.1.0)
121+
**Implemented enhancements:**
17122

18-
**Features and Enhancements:**
123+
- Detecting link changes [\#28](https://github.com/caxy/php-htmldiff/issues/28)
124+
- Allow the list match threshold percentage \(ListDiff::$listMatchThreshold\) to be configured [\#18](https://github.com/caxy/php-htmldiff/issues/18)
125+
- Allow $isolatedDiffTags to be configured on HtmlDiff [\#13](https://github.com/caxy/php-htmldiff/issues/13)
126+
- Create configuration class for HtmlDiff config options [\#32](https://github.com/caxy/php-htmldiff/pull/32) ([jschroed91](https://github.com/jschroed91))
127+
128+
**Merged pull requests:**
19129

20130
- Allow caching of the calculated diffs using a doctrine cache provider [\#33](https://github.com/caxy/php-htmldiff/pull/33) ([jschroed91](https://github.com/jschroed91))
21-
- Create configuration class for HtmlDiff config options [\#32](https://github.com/caxy/php-htmldiff/pull/32) ([jschroed91](https://github.com/jschroed91))
22-
- New Feature: Table Diffing [\#31](https://github.com/caxy/php-htmldiff/pull/31) ([jschroed91](https://github.com/jschroed91))
23-
- Detect link changes to resolve [\#28](https://github.com/caxy/php-htmldiff/issues/28) [\#30](https://github.com/caxy/php-htmldiff/pull/30) ([jschroed91](https://github.com/jschroed91))
24-
- Setup PHPUnit testsuite with basic functional test and a few test cases [\#26](https://github.com/caxy/php-htmldiff/pull/26) ([jschroed91](https://github.com/jschroed91))
25131

26132
## [0.1.0-beta.1](https://github.com/caxy/php-htmldiff/tree/0.1.0-beta.1) (2016-02-26)
27133
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.14...0.1.0-beta.1)
28134

29-
**Features and Enhancements:**
135+
**Merged pull requests:**
30136

31137
- New Feature: Table Diffing [\#31](https://github.com/caxy/php-htmldiff/pull/31) ([jschroed91](https://github.com/jschroed91))
32-
- Detect link changes to resolve [\#28](https://github.com/caxy/php-htmldiff/issues/28) [\#30](https://github.com/caxy/php-htmldiff/pull/30) ([jschroed91](https://github.com/jschroed91))
138+
- Detect link changes to resolve \#28 [\#30](https://github.com/caxy/php-htmldiff/pull/30) ([jschroed91](https://github.com/jschroed91))
33139
- Setup PHPUnit testsuite with basic functional test and a few test cases [\#26](https://github.com/caxy/php-htmldiff/pull/26) ([jschroed91](https://github.com/jschroed91))
34140

35141
## [0.0.14](https://github.com/caxy/php-htmldiff/tree/0.0.14) (2016-02-03)
@@ -57,7 +163,7 @@
57163
## [0.0.11](https://github.com/caxy/php-htmldiff/tree/0.0.11) (2015-11-06)
58164
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.10...0.0.11)
59165

60-
**Features and Enhancements:**
166+
**Merged pull requests:**
61167

62168
- Feature list diffing new [\#19](https://github.com/caxy/php-htmldiff/pull/19) ([adamCaxy](https://github.com/adamCaxy))
63169

@@ -85,22 +191,25 @@
85191
## [0.0.7](https://github.com/caxy/php-htmldiff/tree/0.0.7) (2015-10-20)
86192
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.6...0.0.7)
87193

88-
**Features and Enhancements:**
194+
**Implemented enhancements:**
89195

90196
- Created ListDiff class to handle diffing of lists. [\#14](https://github.com/caxy/php-htmldiff/pull/14) ([adamCaxy](https://github.com/adamCaxy))
91197

92198
## [0.0.6](https://github.com/caxy/php-htmldiff/tree/0.0.6) (2015-09-11)
93199
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.5...0.0.6)
94200

95-
**Features and Enhancements:**
201+
**Implemented enhancements:**
202+
203+
- ICC-4313 | ICC-4314 | Replace Special HTML Elements with placeholder tokens and update diffing logic [\#11](https://github.com/caxy/php-htmldiff/pull/11) ([usaqlein](https://github.com/usaqlein))
204+
205+
**Merged pull requests:**
96206

97207
- Feature - html tag isolation [\#12](https://github.com/caxy/php-htmldiff/pull/12) ([jschroed91](https://github.com/jschroed91))
98-
- ICC-4313 | ICC-4314 | Replace Special HTML Elements with placeholder tokens and update diffing logic [\#11](https://github.com/caxy/php-htmldiff/pull/11) ([usaqlain01](https://github.com/usaqlain01))
99208

100209
## [0.0.5](https://github.com/caxy/php-htmldiff/tree/0.0.5) (2015-03-03)
101210
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.4...0.0.5)
102211

103-
**Features and Enhancements:**
212+
**Implemented enhancements:**
104213

105214
- Support derived classes [\#10](https://github.com/caxy/php-htmldiff/pull/10) ([mkalkbrenner](https://github.com/mkalkbrenner))
106215

@@ -114,15 +223,15 @@
114223
## [0.0.3](https://github.com/caxy/php-htmldiff/tree/0.0.3) (2015-01-08)
115224
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.2...0.0.3)
116225

117-
**Features and Enhancements:**
226+
**Implemented enhancements:**
118227

119228
- Add option to insert a space between del and ins tags [\#8](https://github.com/caxy/php-htmldiff/pull/8) ([jschroed91](https://github.com/jschroed91))
120229
- Updated demo to accept input and diff on the fly [\#5](https://github.com/caxy/php-htmldiff/pull/5) ([jschroed91](https://github.com/jschroed91))
121230

122231
## [0.0.2](https://github.com/caxy/php-htmldiff/tree/0.0.2) (2014-08-12)
123232
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.1...0.0.2)
124233

125-
**Features and Enhancements:**
234+
**Implemented enhancements:**
126235

127236
- Break out HTML content to individual HTML, CSS, JS files [\#6](https://github.com/caxy/php-htmldiff/pull/6) ([mgersten-caxy](https://github.com/mgersten-caxy))
128237

@@ -131,15 +240,15 @@
131240
- Fix error caused when passing empty array into setSpecialCaseTags [\#7](https://github.com/caxy/php-htmldiff/pull/7) ([jschroed91](https://github.com/jschroed91))
132241

133242
## [0.0.1](https://github.com/caxy/php-htmldiff/tree/0.0.1) (2014-07-31)
134-
**Features and Enhancements:**
243+
**Implemented enhancements:**
135244

136245
- Added static properties for the default config variables [\#4](https://github.com/caxy/php-htmldiff/pull/4) ([jschroed91](https://github.com/jschroed91))
137-
- Feature nonpartial word diffing [\#3](https://github.com/caxy/php-htmldiff/pull/3) ([jschroed91](https://github.com/jschroed91))
138246
- Added option to group together diffed words in output [\#2](https://github.com/caxy/php-htmldiff/pull/2) ([jschroed91](https://github.com/jschroed91))
139247

248+
**Merged pull requests:**
140249

250+
- Feature nonpartial word diffing [\#3](https://github.com/caxy/php-htmldiff/pull/3) ([jschroed91](https://github.com/jschroed91))
141251

142-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
143252

144253

145-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
254+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)