Php Htmldiff Versions Save

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML. Includes support for comparing complex lists and tables

v0.1.5

6 years ago

Release Notes

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

v0.1.4

7 years ago

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

v0.1.3

7 years ago

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

8 years ago

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

8 years ago

Full Changelog

Features and Enhancements:

Miscellaneous:

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

0.1.0

8 years ago

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-beta.1

8 years ago

New Feature: Table Diffing Enhancement: Detecting link changes

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago