Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Releases: ssddanbrown/HtmlDiff

v1.0.3

29 Mar 16:57
92da405
Compare
Choose a tag to compare
  • Fixed issues with range usage which could throw "undefined array key" errors in certain scenarios.
  • Updated GitHub actions to include PHP 8.3 for testing, and to use the latest action versions.

Full Changelog: v1.0.2...v1.0.3

v1.0.2 - Multibyte Fixing

24 Jan 20:20
58f8185
Compare
Choose a tag to compare

Changes

v1.0.1 - Performance

24 Jan 19:36
Compare
Choose a tag to compare

Changes

  • Swapped out some uses of mb_ functions for non-mb equivilients for a significant speed increase. An mb_strlen check within a for loop definition could use up a large amount of time for a large string, and that was called for each character parsed resulting in much slower than expected performance.

v1.0.0 - Initial Release

29 Nov 18:47
d1978c7
Compare
Choose a tag to compare

The initial release of this library 🎉

Major credit to @Rohland and @myobie for their original work which I have just simply translated to PHP.