diff2html-cli

Pretty diff to html javascript cli (diff2html-cli)

MIT License

Downloads
84.7K
Stars
528
Committers
15
diff2html-cli - Update version2

Published by rtfpessoa over 8 years ago

Updates

  • Update diff2html to version 2.0.0-rc.9
  • Move style tests from JSCS to ESLint
diff2html-cli - Fix version identifiers

Published by rtfpessoa over 8 years ago

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.
diff2html-cli - Update diff2html

Published by rtfpessoa over 8 years ago

Updates:

  • diff2html (lots of fixes and improvements)
  • mocha, copy-paste, request, yargs
diff2html-cli - Fix diff matching for big chunks

Published by rtfpessoa over 8 years ago

Fixes

  • Fix diff matching for big chunks

Updates

diff2html-cli - More updates and fixes

Published by rtfpessoa over 8 years ago

Fixes

  • Wrap git arguments to avoid problems with white spaces
diff2html-cli - Updates

Published by rtfpessoa over 8 years ago

Updates:

  • Update diff2html to version 1.3.0

Tests:

  • Test with node 5
diff2html-cli - Fix help on exit

Published by rtfpessoa over 8 years ago

Fixes:

  • Fix usage of yargs to use help on exit
diff2html-cli - Add Windows support

Published by rtfpessoa over 8 years ago

Features:

  • Fix support for Windows, Linux and OS X
diff2html-cli - Add support for line matching

Published by rtfpessoa almost 9 years ago

Features:

  • Allow line matching config from latest diff2html release

Thanks to @escitalopram

diff2html-cli - Input from stdin support

Published by rtfpessoa about 9 years ago

Features:

  • Input from stdin support

Contributor:

  • @pbu88
diff2html-cli - Publish diffs to diffy.org

Published by rtfpessoa about 9 years ago

Features:

  • Publish diffs to diffy.org

Thanks to @pbu88

diff2html-cli - Use yargs for argument handling

Published by rtfpessoa about 9 years ago

  • use latest yargs version to parse args
  • add command default when running
  • add more example commands
  • fix problem with passing arguments to diff (solved by --)
  • update README to the new usage
diff2html-cli - Improve docs

Published by rtfpessoa about 9 years ago

  • update README to the new usage
  • add more examples
diff2html-cli - Use yargs for cli arguments parsing

Published by rtfpessoa about 9 years ago

  • use latest yargs version to parse args
  • add command default when running
  • add more example commands
  • fix problem with passing arguments to diff (solved by --)
diff2html-cli - Clean the readme and template

Published by rtfpessoa over 9 years ago

  • update readme to follow npm library updates
  • remove need for jQuery in template
diff2html-cli - Fix Y scrollbar and update highlightjs

Published by rtfpessoa over 9 years ago

Bug fixes:

  • fix to Y scrollbar on some cases

Updates:

  • update highlightjs to version 8.6
diff2html-cli - Use latest version of the diff2html

Published by rtfpessoa over 9 years ago

Uses latest version of the diff library (diff2html) available