Skip to content

Releases: rtfpessoa/diff2html

Fix line height different from right to left side

10 Sep 14:01
v2.0.6
Compare
Choose a tag to compare

Fixes:

  • Fix line height different from right to left side

Replace   with proper word-wrap

10 Sep 12:57
v2.0.4
Compare
Choose a tag to compare

Fixes:

  • Create proper css with word-wrap instead of  

Hide error log in binary files

12 Jul 17:51
v2.0.1
Compare
Choose a tag to compare

Fixes:

  • Hide error log in binary files, if the git diff does not contain @@ we do not log any errors.

Major refactor of the parser and html generation

12 Jul 17:32
v2.0.0
Compare
Choose a tag to compare

Changes

  • Improve diff parser to fully support git diffs and unified diffs
  • Improve code highlight (if sufficient context the highlight is perfect)
  • Use hogan.js to generate html
  • Use ESLint to check code style

Fix parsing of binary files

12 Jul 15:22
v2.0.0-rc.9
Compare
Choose a tag to compare
Pre-release

Fixes:

  • Fix parsing of binary files

Fix parsing

27 Jun 20:25
Compare
Choose a tag to compare
Fix parsing Pre-release
Pre-release

Fixes:

  • Fix parsing of body lines starting with --- or +++

Improve file list summary

21 May 01:15
v2.0.0-rc.5
Compare
Choose a tag to compare
Pre-release

Improvements:

  • Improved file list summary with better file types identification (added, deleted, renamed, changed)

Improve file paths and colors

20 May 22:36
v2.0.0-rc.4
Compare
Choose a tag to compare
Pre-release

Improvements:

  • Identify smallest different sub path of the changed file paths and highlight the changed part
  • Change removed changed lines background color to make diff more readable

Improve code highlight

14 May 12:23
v2.0.0-rc.3
Compare
Choose a tag to compare
Pre-release

Improvements:

  • Improve code highlight by parsing each line with previous context
  • Separate highlight in two code bases, the old and the new

Fix version identifiers

07 May 13:04
ef4a4e1
Compare
Choose a tag to compare
Pre-release

Fixes:

  • Beta releases were not being properly ordered due to wrong usage of semver. This release starts using it correctly.
    All beta versions are going to be deprecated.