Add NoFinishHook and new Myer's implementation (#11)
This commit is contained in:
parent
a1d78c9be6
commit
0341515380
11 changed files with 407 additions and 150 deletions
|
|
@ -5,7 +5,11 @@ All notable changes to similar are documented here.
|
|||
## 1.2.0
|
||||
|
||||
* Make the unicode feature optional for inline diffing.
|
||||
* Added Hunt–McIlroy LCS algorithm.
|
||||
* Added Hunt–McIlroy LCS algorithm (`lcs`).
|
||||
* Changed the implementation of Mayer's diff. This has slightly changed the
|
||||
behavior but resulted in snigificantly improved performance and more
|
||||
readable code.
|
||||
* Added `NoFinishHook` to aid composing of diff hooks.
|
||||
|
||||
## 1.1.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue