1.3 KiB
0.4 (unreleased)
Parsing
Improved parsing for Rust macro definitions and punctuation.
Improved parsing for OCaml punctuation, and added .mli as an OCaml
file extension.
Diffing
Diff calculation is now significantly faster.
Difftastic now considers nesting depth when comparing AST nodes, and tries to match nodes with similar nesting levels.
Difftastic now prefers marking multiple items on the same line as novel, rather than adjacent items on different lines. This helps avoid sliders, where the diff chooses a keyword on the 'wrong' side.
Fixed an issue where complex diffs would not display some unchanged lines.
Robustness
Fixed a crash when diff context included the first line.
Fixed a crash when plain text content contained certain non-ASCII characters.
0.3
Diffs are now displayed with unchanged lines aligned to the other side.
Improved Rust parsing to recognise lifetime syntax 'foo, character
literals 'x' and punctuation.
Improved punctuation parsing for OCaml and JS.
Fixed an issue where the diff calculated may not be minimal.
Fixed a crash on files with no changes.
0.2
First version using Dijkstra's algorithm for calculating diffs.
0.1
Experimenting with different implementation ideas.