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
- Fix a bug where a single line would cause a panic
0.1.1 - 2022-02-09
- Don't consider empty files to have any lines
0.1.0 - 2022-02-07
- Return error from
Lhdiff
- CLI prints errors
0.0.5 - 2022-02-06
- The
Lhdiff
function returns[][]int
0.0.4 - 2022-02-03
- Fix license owner
0.0.3 - 2022-02-03
- Change module name from
github.com/aslakhellesoy/lhdiff
togithub.com/SmartBear/lhdiff
0.0.2 - 2022-02-03
- Add
-compact
option to exclude identical lines from output
- Print new lines in right file
- First functional version