Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 454 Bytes

CHANGELOG.rst

File metadata and controls

26 lines (17 loc) · 454 Bytes

v0.1.8

  • bugfix for diffs where files are added

v0.1.7

  • support diffs where files are removed or added

v0.1.6

  • fix a bug where code starting with new lines are stripped, leading to exceptions when printing the colored code
  • more test cases

v0.1.5

  • modularize code, separate files for output, diff parsing
  • support multiple diff in a single git diff output
  • move tests to external director
  • python3 support