Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

54 lines (41 loc) · 1.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.1.2 - 2022-03-01

Fixed

  • Fix a bug where a single line would cause a panic

0.1.1 - 2022-02-09

Fixed

  • Don't consider empty files to have any lines

0.1.0 - 2022-02-07

Changed

  • Return error from Lhdiff
  • CLI prints errors

0.0.5 - 2022-02-06

Changed

  • The Lhdiff function returns [][]int

0.0.4 - 2022-02-03

Fixed

  • Fix license owner

0.0.3 - 2022-02-03

Changed

  • Change module name from github.com/aslakhellesoy/lhdiff to github.com/SmartBear/lhdiff

0.0.2 - 2022-02-03

Added

  • Add -compact option to exclude identical lines from output

Changed

  • Print new lines in right file

Added

  • First functional version