Releases: caxy/php-htmldiff
Releases · caxy/php-htmldiff
v0.1.5
v0.1.4
[BUG] changes the [] arrays to array() as it does not work in php 5.3 (@myfriend12)
v0.1.3
Bug fixes
- Fixed a crash when comparing two table columns against each other that
contained a regular space character.
Features and Enhancements:
- Improved performance in HtmlDiffer by using internal caching and more
performant internal method calls. (Resolves #38) - Added performance test (--group performance) to measure improvements.
Thank you @SavageTiger again for the drastic performance improvements and the Release Notes!
v0.1.2
Bug fixes
- Added prepare step to the build() method to prevent HTMLPurifier
config object from existing in different states. (Resolves #51)
Features and Enhancements:
- Added test to for setPurifierCacheLocation()
Thank you @SavageTiger for your bugfix contribution, and for the Release Notes!
v0.1.1
Features and Enhancements:
- Update TableDiff HTMLPurifier Initialization #35 (dbergunder)
Miscellaneous:
- Update the README and add additional documentation #34 (jschroed91)
0.1.0
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-beta1
New Feature: Table Diffing
Enhancement: Detecting link changes
0.0.14
Merge pull request #25 from caxy/fix/htmldiff-matching Fix HtmlDiff matching logic skipping over single word matches
0.0.13
Merge pull request #24 from caxy/feature/list-diff-fixes Misc. list diffing updates and fixes
0.0.12
Merge pull request #20 from caxy/feature-list_diffing-new feature-list_diffing-new