Skip to content

Releases: rtfpessoa/diff2html

Fix version identifiers

07 May 13:04
ef4a4e1

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.

Support unified diffs

06 May 22:20
ef4a4e1

Choose a tag to compare

Support unified diffs Pre-release
Pre-release

Features:

  • Added support unified diffs

Allow to select code without line numbers

01 May 19:54
8ead50d

Choose a tag to compare

Improvements:

  • Allow to select code without line numbers

Contributor:

Bug fixes and tests

25 Apr 17:02
354fa22

Choose a tag to compare

Bug fixes and tests Pre-release
Pre-release

Fixes:

  • Fixes several bugs related to configurations

Tests:

  • Coverage of 90%+ achieved, now the parser is much safer and the ui is also stable.

Goals:

  • Keep coverage above 90%

Note: I still have no clue on how to do tests without having white space comparison for the htmls

Fix build on webpack

25 Apr 14:46
50bbca6

Choose a tag to compare

Fix build on webpack Pre-release
Pre-release

Fixes:

  • Fix build on webpack by adding hogan.js dependency

Use hogan.js as templating engine

25 Apr 13:13
7a86a1b

Choose a tag to compare

Pre-release

Change:

  • Use hogan.js as a templating engine instead of nunjucks

Fix diff matching for big chunks

14 Apr 19:03
2.0.0-beta10
7aeb70b

Choose a tag to compare

Pre-release

Fixes

  • Fix diff matching for big chunks

Fix /dev/null paths

21 Mar 00:24

Choose a tag to compare

Fix /dev/null paths Pre-release
Pre-release

Fixes:

  • Avoid displaying /dev/null paths for files

Fix filename parsing on filenames with tabs

23 Feb 21:43

Choose a tag to compare

2.0.0-beta7

Fix repeated variable name in same scope (thanks Codacy)

Fix parsing of special filenames

23 Feb 19:17

Choose a tag to compare

Pre-release
2.0.0-beta2

Prepare for release 2.0.0-beta2