Skip to content

Releases: rtfpessoa/diff2html

Cleanup and platform fixes

07 Feb 14:52
Compare
Choose a tag to compare

Features:

  • Create support wrapper to simplify browser support (highlight and js effects)

Fixes:

  • Support all types of end-of-line

Improve line matching and add better ins and del markers

19 Dec 21:12
Compare
Choose a tag to compare

Features:

  • Highlighting: Support for matching "ins" and "del" markers to allow
    for a "change" marker
  • Added similarity search feature to match similar lines for
    highlighting.

Fixes:

  • Fixed a bug that prevented highlighting when more lines were deleted
    from a replacement block than added
  • All lines are now split into prefix and content spans

Contributor:

Fix changes style on file headers

31 Oct 21:59
Compare
Choose a tag to compare

Fixes:

  • Since the alignment of the changes the file headers lost the style due to css changes

Updates

  • Update diff dependency and add dev dependencies

Fix files summary layout

28 Oct 19:02
Compare
Choose a tag to compare

Fixes:

  • Fix files summary layout

Contributor:

Performance update

20 Oct 18:14
Compare
Choose a tag to compare

Improvements:

  • performance improvements

Contributor:

Add changed files list summary

19 Oct 14:57
Compare
Choose a tag to compare

Features:

  • Show the list of changed files
    • Optionally show the file list before the diff
    • Change usage to accept configuration instead of multiple methods

Contributor:

Fix spaces on file paths

05 Oct 19:10
Compare
Choose a tag to compare
  • added more prefix, git uses other prefixes rather than a or b if the config setting diff.mnemonicprefix is set to true.
  • fix spaces on file paths

Contributor:

Use webpack for the browser

06 Sep 16:27
Compare
Choose a tag to compare
  • use webpack for the browser release
  • fix new and deleted line prefixes, use different prefixes for simple and combined diffs

Webpack for the browser

08 Aug 01:00
Compare
Choose a tag to compare
Pre-release
  • use webpack for the browser
  • fix new and deleted line prefixes, use different prefixes for simple and combined

Clean project, better module exposing and documentation

19 Jul 21:43
Compare
Choose a tag to compare

Changes:

  • use native JS in example instead of jQuery
  • better module exposing now using exports, module.export, self, window, global and this
  • add example link to bower and npm definition
  • add documentation on how to highlight