Release 2.11.0

This commit is contained in:
Rodrigo Fernandes 2019-07-11 22:12:05 +01:00
parent 6d73e467b0
commit 829a6dc814
No known key found for this signature in database
GPG key ID: C5DD1B4104382F6B
3 changed files with 4 additions and 2 deletions

2
dist/diff2html.js vendored
View file

@ -3644,6 +3644,8 @@ process.umask = function() { return 0; };
return lineTemplate.render({
fileHtmlId: printerUtils.getHtmlId(file),
oldName: file.oldName,
newName: file.newName,
fileName: printerUtils.getDiffName(file),
deletedLines: '-' + file.deletedLines,
addedLines: '+' + file.addedLines

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "diff2html",
"version": "2.10.1",
"version": "2.11.0",
"homepage": "https://diff2html.xyz",
"description": "Fast Diff to colorized HTML",
"keywords": [