diff2html/src
Pierric Cistac 5915ecdaa1
feature: display message instead of diff if isTooBig is true
A default `Diff too big to be displayed` message is rendered for any file diff where `isTooBig` is `true`.

A new `diffTooBigMessage` option in render config allows to fully customize the message and receives the file index in the diff as an argument. It can be used to render a link to the raw file diff for example.
2021-02-25 14:08:18 -05:00
..
__tests__ feature: display message instead of diff if isTooBig is true 2021-02-25 14:08:18 -05:00
templates feature: display message instead of diff if isTooBig is true 2021-02-25 14:08:18 -05:00
ui fix: remove unnesesary height property in d2h-files-diff class 2021-02-07 03:27:57 +03:00
diff-parser.ts feature: new diffMaxChanges in parser config 2021-02-25 14:02:43 -05:00
diff2html.ts clean: Improve build configurations 2020-01-01 19:51:36 +00:00
file-list-renderer.ts clean: Improve build configurations 2020-01-01 19:51:36 +00:00
hoganjs-utils.ts clean: Improve build configurations 2020-01-01 19:51:36 +00:00
line-by-line-renderer.ts feature: display message instead of diff if isTooBig is true 2021-02-25 14:08:18 -05:00
rematch.ts clean: Improve build configurations 2020-01-01 19:51:36 +00:00
render-utils.ts feature: display message instead of diff if isTooBig is true 2021-02-25 14:08:18 -05:00
side-by-side-renderer.ts feature: display message instead of diff if isTooBig is true 2021-02-25 14:08:18 -05:00
types.ts feature: new diffMaxChanges in parser config 2021-02-25 14:02:43 -05:00
utils.ts clean: Improve build configurations 2020-01-01 19:51:36 +00:00