Skip to content

Commit c20812d

Browse files
committed
Add CHANGELOG.md
1 parent 4782d75 commit c20812d

File tree

1 file changed

+131
-0
lines changed

1 file changed

+131
-0
lines changed

CHANGELOG.md

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
# Change Log
2+
3+
## [0.1.0](https://github.com/caxy/php-htmldiff/tree/0.1.0) (2016-03-10)
4+
5+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.14...0.1.0)
6+
7+
**Features and Enhancements:**
8+
9+
- 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))
10+
- Create configuration class for HtmlDiff config options [\#32](https://github.com/caxy/php-htmldiff/pull/32) ([jschroed91](https://github.com/jschroed91))
11+
- New Feature: Table Diffing [\#31](https://github.com/caxy/php-htmldiff/pull/31) ([jschroed91](https://github.com/jschroed91))
12+
- 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))
13+
- 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))
14+
15+
## [0.1.0-beta.1](https://github.com/caxy/php-htmldiff/tree/0.1.0-beta.1) (2016-02-26)
16+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.14...0.1.0-beta.1)
17+
18+
**Features and Enhancements:**
19+
20+
- New Feature: Table Diffing [\#31](https://github.com/caxy/php-htmldiff/pull/31) ([jschroed91](https://github.com/jschroed91))
21+
- 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))
22+
- 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))
23+
24+
## [0.0.14](https://github.com/caxy/php-htmldiff/tree/0.0.14) (2016-02-03)
25+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.13...0.0.14)
26+
27+
**Fixed bugs:**
28+
29+
- Fix HtmlDiff matching logic skipping over single word matches [\#25](https://github.com/caxy/php-htmldiff/pull/25) ([jschroed91](https://github.com/jschroed91))
30+
31+
## [0.0.13](https://github.com/caxy/php-htmldiff/tree/0.0.13) (2016-01-12)
32+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.12...0.0.13)
33+
34+
**Fixed bugs:**
35+
36+
- Misc. list diffing updates and fixes [\#24](https://github.com/caxy/php-htmldiff/pull/24) ([jschroed91](https://github.com/jschroed91))
37+
- Updated list diff class to maintain the tags on lists. [\#23](https://github.com/caxy/php-htmldiff/pull/23) ([adamCaxy](https://github.com/adamCaxy))
38+
39+
## [0.0.12](https://github.com/caxy/php-htmldiff/tree/0.0.12) (2015-11-11)
40+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.11...0.0.12)
41+
42+
**Fixed bugs:**
43+
44+
- feature-list\_diffing-new [\#20](https://github.com/caxy/php-htmldiff/pull/20) ([adamCaxy](https://github.com/adamCaxy))
45+
46+
## [0.0.11](https://github.com/caxy/php-htmldiff/tree/0.0.11) (2015-11-06)
47+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.10...0.0.11)
48+
49+
**Features and Enhancements:**
50+
51+
- Feature list diffing new [\#19](https://github.com/caxy/php-htmldiff/pull/19) ([adamCaxy](https://github.com/adamCaxy))
52+
53+
## [0.0.10](https://github.com/caxy/php-htmldiff/tree/0.0.10) (2015-10-21)
54+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.9...0.0.10)
55+
56+
**Fixed bugs:**
57+
58+
- Fix: Updated code so that null is not given in list formatting. [\#17](https://github.com/caxy/php-htmldiff/pull/17) ([adamCaxy](https://github.com/adamCaxy))
59+
60+
## [0.0.9](https://github.com/caxy/php-htmldiff/tree/0.0.9) (2015-10-20)
61+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.8...0.0.9)
62+
63+
**Fixed bugs:**
64+
65+
- Missed an array\_column in ListDiff. Updated to use ArrayColumn function. [\#16](https://github.com/caxy/php-htmldiff/pull/16) ([jschroed91](https://github.com/jschroed91))
66+
67+
## [0.0.8](https://github.com/caxy/php-htmldiff/tree/0.0.8) (2015-10-20)
68+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.7...0.0.8)
69+
70+
**Fixed bugs:**
71+
72+
- Added update for php versions that do not have array\_column as a function. [\#15](https://github.com/caxy/php-htmldiff/pull/15) ([jschroed91](https://github.com/jschroed91))
73+
74+
## [0.0.7](https://github.com/caxy/php-htmldiff/tree/0.0.7) (2015-10-20)
75+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.6...0.0.7)
76+
77+
**Features and Enhancements:**
78+
79+
- Created ListDiff class to handle diffing of lists. [\#14](https://github.com/caxy/php-htmldiff/pull/14) ([adamCaxy](https://github.com/adamCaxy))
80+
81+
## [0.0.6](https://github.com/caxy/php-htmldiff/tree/0.0.6) (2015-09-11)
82+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.5...0.0.6)
83+
84+
**Features and Enhancements:**
85+
86+
- Feature - html tag isolation [\#12](https://github.com/caxy/php-htmldiff/pull/12) ([jschroed91](https://github.com/jschroed91))
87+
- 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))
88+
89+
## [0.0.5](https://github.com/caxy/php-htmldiff/tree/0.0.5) (2015-03-03)
90+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.4...0.0.5)
91+
92+
**Features and Enhancements:**
93+
94+
- Support derived classes [\#10](https://github.com/caxy/php-htmldiff/pull/10) ([mkalkbrenner](https://github.com/mkalkbrenner))
95+
96+
## [0.0.4](https://github.com/caxy/php-htmldiff/tree/0.0.4) (2015-01-09)
97+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.3...0.0.4)
98+
99+
**Fixed bugs:**
100+
101+
- Check for empty oldText or newText before processing del or ins in processReplaceOperation [\#9](https://github.com/caxy/php-htmldiff/pull/9) ([jschroed91](https://github.com/jschroed91))
102+
103+
## [0.0.3](https://github.com/caxy/php-htmldiff/tree/0.0.3) (2015-01-08)
104+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.2...0.0.3)
105+
106+
**Features and Enhancements:**
107+
108+
- 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))
109+
- Updated demo to accept input and diff on the fly [\#5](https://github.com/caxy/php-htmldiff/pull/5) ([jschroed91](https://github.com/jschroed91))
110+
111+
## [0.0.2](https://github.com/caxy/php-htmldiff/tree/0.0.2) (2014-08-12)
112+
[Full Changelog](https://github.com/caxy/php-htmldiff/compare/0.0.1...0.0.2)
113+
114+
**Features and Enhancements:**
115+
116+
- 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))
117+
118+
**Fixed bugs:**
119+
120+
- Fix error caused when passing empty array into setSpecialCaseTags [\#7](https://github.com/caxy/php-htmldiff/pull/7) ([jschroed91](https://github.com/jschroed91))
121+
122+
## [0.0.1](https://github.com/caxy/php-htmldiff/tree/0.0.1) (2014-07-31)
123+
**Features and Enhancements:**
124+
125+
- Added static properties for the default config variables [\#4](https://github.com/caxy/php-htmldiff/pull/4) ([jschroed91](https://github.com/jschroed91))
126+
- Feature nonpartial word diffing [\#3](https://github.com/caxy/php-htmldiff/pull/3) ([jschroed91](https://github.com/jschroed91))
127+
- Added option to group together diffed words in output [\#2](https://github.com/caxy/php-htmldiff/pull/2) ([jschroed91](https://github.com/jschroed91))
128+
129+
130+
131+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)