diff2html-cli

Pretty diff to html javascript cli (diff2html-cli)

MIT License

Downloads
84.7K
Stars
528
Committers
15
diff2html-cli - Add file viewed checkbox option to cli Latest Release

Published by rtfpessoa over 2 years ago

diff2html-cli - Fix title cli option

Published by rtfpessoa over 2 years ago

diff2html-cli - Add missing diff2html configurations to cli

Published by rtfpessoa almost 3 years ago

What's Changed

Full Changelog: https://github.com/rtfpessoa/diff2html-cli/compare/5.1.11...5.2.0

diff2html-cli - Bump dependencies

Published by rtfpessoa over 4 years ago

Allow installation of diff2html minor version updates

diff2html-cli - Fix ignore option

Published by rtfpessoa over 4 years ago

Thanks to @whyboris

diff2html-cli - Bump diff2html library dependency

Published by rtfpessoa over 4 years ago

diff2html-cli - Allow disabling hightlight

Published by rtfpessoa about 5 years ago

diff2html-cli - Bring back char level diff

Published by rtfpessoa about 5 years ago

diff2html-cli - Typescript rewrite

Published by rtfpessoa about 5 years ago

Major rewrite to Typescript.

Thanks to @whyboris

diff2html-cli - Fix upload to diffy.org and update vulnerable dependencies

Published by rtfpessoa over 5 years ago

diff2html-cli - Upgrade dependencies and remove optional unsecure ones

Published by rtfpessoa over 5 years ago

diff2html-cli - Updates

Published by rtfpessoa over 5 years ago

  • Update open to version 6.0.0
  • Remove support for node versions 6 and 7
diff2html-cli - Add option to ignore files from diff

Published by rtfpessoa over 5 years ago

Thanks to @whyboris

diff2html-cli - Add support for custom diff html wrappers

Published by rtfpessoa over 6 years ago

Features:

  • Add --htmlWrapperTemplate to specify path to custom template to be rendered when using the "html" output format.

Thanks to @tylerjpeterson

diff2html-cli - Force `--no-color`

Published by rtfpessoa almost 7 years ago

Improvements

  • Force --no-color in git command by @Thatkookooguy
diff2html-cli - Update diff2html with fix for long lines

Published by rtfpessoa about 7 years ago

Fixes:

  • Fixes long lines highlight of changes
diff2html-cli - Update dependencies

Published by rtfpessoa about 7 years ago

Update dependencies

diff2html-cli - [Security] Update diff2html with escaping fix

Published by rtfpessoa over 7 years ago

Updates

  • Update diff2html with fix for escaping in header
diff2html-cli - Minor tweaks

Published by rtfpessoa almost 8 years ago

Improvements

  • Dependency updates
  • Improved defaults for performance
  • Improved default git command
diff2html-cli - Fix local usages

Published by rtfpessoa about 8 years ago

Fixes

  • Fix local cli usages by @anri-asaturov