I've released difftastic 0.7! https://crates.io/crates/difftastic
* Experimental tree-sitter parsing!
* Better git integration (colours, file renames, file additions)
* Smarter diffing (almost-identical comments, closing delimiter alignment)
* Lots of smaller display improvements too :)
miniblog.
Related Posts
I've released difftastic 0.49! In this release:
* LaTeX support
* Smarter diffing in languages that prefer the outer delimiter (JSON, Lisps)
* Improved parsing for C, C++, Java and Haskell
Difftastic 0.29 is out!
* A ton of optimisation (30% shorter runtime) from smaller data structures
* Improved cases where the outer delimiter is preferred (lisps, JSON)
* Better detection of binary files (thanks @OnlyXuanwo)
* Improved Perl, added Elvish
Today in tricky diff scenarios: when do you want the inner delimiter to match, and when do you want the outer delimiter to match?
In these examples, lisp looks better with the outer paren matched, whereas rust looks better with the inner brace.




