7.8 KiB
7.8 KiB
Change Log
v0.1.1 (2016-03-16)
Features and Enhancements:
- Update TableDiff HTMLPurifier Initialization #35 (dbergunder)
Miscellaneous:
- Update the README and add additional documentation #34 (jschroed91)
0.1.0 (2016-03-10)
Features and Enhancements:
- Allow caching of the calculated diffs using a doctrine cache provider #33 (jschroed91)
- Create configuration class for HtmlDiff config options #32 (jschroed91)
- New Feature: Table Diffing #31 (jschroed91)
- Detect link changes to resolve #28 #30 (jschroed91)
- Setup PHPUnit testsuite with basic functional test and a few test cases #26 (jschroed91)
0.1.0-beta.1 (2016-02-26)
Features and Enhancements:
- New Feature: Table Diffing #31 (jschroed91)
- Detect link changes to resolve #28 #30 (jschroed91)
- Setup PHPUnit testsuite with basic functional test and a few test cases #26 (jschroed91)
0.0.14 (2016-02-03)
Fixed bugs:
- Fix HtmlDiff matching logic skipping over single word matches #25 (jschroed91)
0.0.13 (2016-01-12)
Fixed bugs:
- Misc. list diffing updates and fixes #24 (jschroed91)
- Updated list diff class to maintain the tags on lists. #23 (adamCaxy)
0.0.12 (2015-11-11)
Fixed bugs:
0.0.11 (2015-11-06)
Features and Enhancements:
0.0.10 (2015-10-21)
Fixed bugs:
0.0.9 (2015-10-20)
Fixed bugs:
- Missed an array_column in ListDiff. Updated to use ArrayColumn function. #16 (jschroed91)
0.0.8 (2015-10-20)
Fixed bugs:
- Added update for php versions that do not have array_column as a function. #15 (jschroed91)
0.0.7 (2015-10-20)
Features and Enhancements:
0.0.6 (2015-09-11)
Features and Enhancements:
- Feature - html tag isolation #12 (jschroed91)
- ICC-4313 | ICC-4314 | Replace Special HTML Elements with placeholder tokens and update diffing logic #11 (usaqlain01)
0.0.5 (2015-03-03)
Features and Enhancements:
- Support derived classes #10 (mkalkbrenner)
0.0.4 (2015-01-09)
Fixed bugs:
- Check for empty oldText or newText before processing del or ins in processReplaceOperation #9 (jschroed91)
0.0.3 (2015-01-08)
Features and Enhancements:
- Add option to insert a space between del and ins tags #8 (jschroed91)
- Updated demo to accept input and diff on the fly #5 (jschroed91)
0.0.2 (2014-08-12)
Features and Enhancements:
- Break out HTML content to individual HTML, CSS, JS files #6 (mgersten-caxy)
Fixed bugs:
- Fix error caused when passing empty array into setSpecialCaseTags #7 (jschroed91)
0.0.1 (2014-07-31)
Features and Enhancements:
- Added static properties for the default config variables #4 (jschroed91)
- Feature nonpartial word diffing #3 (jschroed91)
- Added option to group together diffed words in output #2 (jschroed91)
* This Change Log was automatically generated by github_changelog_generator
* This Change Log was automatically generated by github_changelog_generator