v0.1.9 (2019-02-20)
Merged pull requests:
- Issue #77: Performance Fixes #81 (SavageTiger)
v0.1.8 (2019-01-15)
Implemented enhancements:
- Possible diff algorithm improvement #46
- encoding #22
- Resolve PHP 7.3 compatibility issue to fix #79 #80 (irkallacz)
Closed issues:
v0.1.7 (2018-03-15)
Fixed bugs:
Closed issues:
v0.1.6 (2018-01-06)
Closed issues:
- Bug - bad comparison between words containing accented characters #66
Merged pull requests:
v0.1.5 (2017-06-12)
Fixed bugs:
- Crashes if string contains "Р" character (uppercase cyrillic Р letter) #58
Closed issues:
- Does not work on PHP 5.3.10 #61
Merged pull requests:
v0.1.4 (2017-05-02)
Merged pull requests:
- changes the [] arrays to array() as it does not work in php 5.3 #62 (myfriend12)
v0.1.3 (2016-07-21)
Implemented enhancements:
- HTMLDiff Performance inhancement #54 (SavageTiger)
Closed issues:
- Performance #38
Merged pull requests:
- Differ crashed when comparing regular space character in table column. #55 (SavageTiger)
v0.1.2 (2016-05-25)
Implemented enhancements:
- Diff styling for the demo #45
- Implement new List Diffing algorithm for matching #49 (jschroed91)
- Improve list diffing for lists with removed list items #48 (jschroed91)
- Cleanup CSS and add styles for highlighting differences (#45) #47 (jschroed91)
- Add method to clear content on AbstractDiff objects #44 (jschroed91)
- Add support for diffing img elements #36 (jschroed91)
Fixed bugs:
- Fixed HTMLPurifier not using the cache directory #53 (SavageTiger)
- Fix issues with type hints #52 (jschroed91)
- Fix issues with unencoded html chars breaking diffing #50 (jschroed91)
- Fix issues with spaces being removed in isolated diff tags #41 (jschroed91)
- Fixed issue with create call on TableDiff object #37 (dbergunder)
Closed issues:
- Config object not properly used when using the HtmlDiffBundle service #51
Merged pull requests:
- Remove unused ListDiff class and rename ListDiffNew to ListDiff #43 (jschroed91)
- Run php-cs-fixer on lib directory #42 (jschroed91)
v0.1.1 (2016-03-16)
Implemented enhancements:
- Update TableDiff HTMLPurifier Initialization. #35 (dbergunder)
Merged pull requests:
- Update the README and add additional documentation #34 (jschroed91)
0.1.0 (2016-03-10)
Implemented enhancements:
- Detecting link changes #28
- Allow the list match threshold percentage (ListDiff::$listMatchThreshold) to be configured #18
- Allow $isolatedDiffTags to be configured on HtmlDiff #13
- Create configuration class for HtmlDiff config options #32 (jschroed91)
Merged pull requests:
- Allow caching of the calculated diffs using a doctrine cache provider #33 (jschroed91)
0.1.0-beta.1 (2016-02-26)
Merged pull requests:
- 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)
Merged pull requests:
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)
Implemented enhancements:
0.0.6 (2015-09-11)
Implemented enhancements:
- ICC-4313 | ICC-4314 | Replace Special HTML Elements with placeholder tokens and update diffing logic #11 (usaqlein)
Merged pull requests:
- Feature - html tag isolation #12 (jschroed91)
0.0.5 (2015-03-03)
Implemented 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)
Implemented 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)
Implemented 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)
Implemented enhancements:
- Added static properties for the default config variables #4 (jschroed91)
- Added option to group together diffed words in output #2 (jschroed91)
Merged pull requests:
- Feature nonpartial word diffing #3 (jschroed91)
* This Change Log was automatically generated by github_changelog_generator