Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 2.03 KB

File metadata and controls

55 lines (28 loc) · 2.03 KB

4.0.0 (2021-11-04)

BREAKING CHANGES

  • patch: Fix changed_lines number calculation (30bfcf5) #336

3.2.0 (2019-03-13)

Fixes

  • patches: Fix trailing whitespace issue in filename parsing (d679ad1)

3.1.0 (2017-07-05)

Features

  • patch: Added Patch#removed_lines method (9acc263)

3.0.0 (2017-06-22)

Features

  • patches: convert non UTF-8 string to avoid invalid UTF-8 sequence errors (a8f87bd)

2.3.0 (2016-05-12)

Features

  • line: expose the line content (16b8dec)

2.2.0 (2015-10-01)

Features

  • line: remove default, and use meaningful variable name (3b14ae7)
  • parser: add deprecated tag (0e88b7c)
  • patches: use Patches.parse instead of DiffParser.parse (6597e6d)

2.1.3 (2015-10-01)

  • Improve document