Skip to content

Releases: caxy/php-htmldiff

v0.1.5

12 Jun 17:37
Compare
Choose a tag to compare

Release Notes

[Bug] HTMLPurifier Permission Fix (#63) (@snebes)

v0.1.4

02 May 21:19
Compare
Choose a tag to compare

[BUG] changes the [] arrays to array() as it does not work in php 5.3 (@myfriend12)

v0.1.3

21 Jul 15:42
Compare
Choose a tag to compare

Full Changelog

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

26 May 00:06
Compare
Choose a tag to compare

Full Changelog

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

16 Mar 15:52
Compare
Choose a tag to compare

Full Changelog

Features and Enhancements:

Miscellaneous:

  • Update the README and add additional documentation #34 (jschroed91)

0.1.0

10 Mar 23:21
Compare
Choose a tag to compare

Full Changelog

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

26 Feb 17:12
Compare
Choose a tag to compare
0.1.0-beta1 Pre-release
Pre-release

New Feature: Table Diffing
Enhancement: Detecting link changes

0.0.14

03 Feb 18:21
Compare
Choose a tag to compare
0.0.14 Pre-release
Pre-release
Merge pull request #25 from caxy/fix/htmldiff-matching

Fix HtmlDiff matching logic skipping over single word matches

0.0.13

12 Jan 19:36
Compare
Choose a tag to compare
0.0.13 Pre-release
Pre-release
Merge pull request #24 from caxy/feature/list-diff-fixes

Misc. list diffing updates and fixes

0.0.12

09 Dec 22:22
Compare
Choose a tag to compare
0.0.12 Pre-release
Pre-release
Merge pull request #20 from caxy/feature-list_diffing-new

feature-list_diffing-new