Skip to content

Releases: JBlond/php-diff

Release 2.4.0

26 Oct 18:13
Compare
Choose a tag to compare

2.4.0 (2021-08-23)

Release 2.3.3

23 Aug 13:47
Compare
Choose a tag to compare

2.3.3 (2021-08-23)

  • Fix Autoload test classes only in development (31b4222)

Release 2.3.2

27 Mar 13:45
c09edb2
Compare
Choose a tag to compare

2.3.2 (2021-03-27)

  • Bump library version (6e42d96)
  • Fix #90 - Merged Diff shows result only partially (acbfd7d)
  • Fix colors (7eba340)
  • Fix repeating class assignment of line header (fb32453)
  • Fix title attribute values (533a6bf)

2.3.1

03 Feb 12:10
9830fe0
Compare
Choose a tag to compare

2.3.1 (2021-02-03)

  • Add DigiLive/gitChangelog for change log generation (0a6a84f)
  • Bump library version (013f862)
  • Cut HTML Unified Renderer (1ba255f)
  • Document PhpUnit Similarity Test (7ec484c)
  • Document Update Changelog (7d6c8bb, c9881d3)
  • Document disabled inspection (909e195)
  • Document generateLinesEqual() (8a193c9)
  • Document methods (94c8bd5)
  • Fix #83 - Lines not properly marked (6fcafe1)
  • Fix HTML Merged Renderer (07da484)
  • Fix constructor DocBlocks (b13ff84)
  • Fix html syntax error (11ec623)
  • Fix namespace and unused code (77a7b59)
  • Fix probably undefined variable (3954a2b)
  • Fix property visibility and method docBlocks (3bc0839)
  • Fix property visibility and unused code (34a032f)
  • Fix redundant and unused code. (73f6776)
  • add phpunit config file (7382ee8)

2.3.0

19 Nov 13:10
Compare
Choose a tag to compare
  • Add: Change log.
  • Fix: Html SideBySide renders equal lines of version 1 at both sides (Option ignoreCase).
  • Fix: Second parameter of string repeat function minimizes to 0.
  • Fix: #60 - Unified Cli renderer options incompatible with Main renderer options
  • Fix: #64 - Calculation of maxLineMarkerWidth independent of input format.
  • Add: Similarity calculation
  • Add: New marking levels for inline differences
  • Add: Html merged renderer

v2.2.1 Release

06 Aug 12:28
Compare
Choose a tag to compare

This release fixed #58 - Side by side diff shows empty diff

Release v2.2.0

23 Jul 07:29
Compare
Choose a tag to compare

This release v2.2.0

  • adds an option for a custom override renderer. #53
  • add the feature to not have an output when there are not changes between the compared strings / files. #52 #54

Release 2.1.1

17 Jul 07:29
Compare
Choose a tag to compare

This release fixes #50 that equal text files produced an output, but shouldn't.

Release 2.1.0

13 Jul 09:52
ec897dd
Compare
Choose a tag to compare

Release 2.1.0

This release adds cli non colored output. This allows it to be piped.

v2.0.0

09 Jul 10:18
Compare
Choose a tag to compare

Version 2.0.0

This version mainly adds Unified Commandline colored output