Skip to content

Commit 829a6dc

Browse files
committed
Release 2.11.0
1 parent 6d73e46 commit 829a6dc

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

dist/diff2html.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3644,6 +3644,8 @@ process.umask = function() { return 0; };
36443644

36453645
return lineTemplate.render({
36463646
fileHtmlId: printerUtils.getHtmlId(file),
3647+
oldName: file.oldName,
3648+
newName: file.newName,
36473649
fileName: printerUtils.getDiffName(file),
36483650
deletedLines: '-' + file.deletedLines,
36493651
addedLines: '+' + file.addedLines

dist/diff2html.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html",
3-
"version": "2.10.1",
3+
"version": "2.11.0",
44
"homepage": "https://diff2html.xyz",
55
"description": "Fast Diff to colorized HTML",
66
"keywords": [

0 commit comments

Comments
 (0)