0.70.0
KevinVandy/mantine-react-table0.70.0Aug 7, 2026by github-actions[bot]
AI Summary
This release focuses on enhancing diffing performance, particularly for directories, and adds support for several new file types and languages. It also improves error reporting for parsing issues and fixes alignment bugs related to tabs and line numbers.
Key Highlights
- Improved diffing performance, especially when diffing directories.
- Added support for Dockerfiles, Fish shell, and languages like Java, Dart, and PHP.
- Fixed alignment issues with tabs and line numbers in side-by-side mode.
- Files with parse errors now report the position of the first error.
Breaking Changes
- Removed support for Elvish and SCSS
New Features
- Added support for Dockerfiles
- Added support for Fish shell
- Added support for Dart
- Added support for Emacs Lisp
- Added support for Erlang
- Added support for Java
- Added support for OCaml
- Added support for PHP
- Added support for Protocol Buffers
- Added support for TOML
Full Release Notes
Difftastic is a structural diff tool that understands syntax. See [the manual](https://difftastic.wilfred.me.uk/introduction.html) to get started, and [the changelog](https://github.com/Wilfred/difftastic/blob/master/CHANGELOG.md) for historical changes. ### Diffing Improved diffing performance, particularly when diffing directories. ### Parsing Files with parse errors now report the position of the first error, to help investigate issues. Added support for Dockerfiles and Fish shell. Improved support for Dart, Emacs Lisp, Erlang, Java, OCaml, PHP, Protocol Buffers and TOML. Removed support for Elvish and SCSS (upstream parsers are no longer maintained). ### Display Fixed an issue where files with tabs were not always aligned correctly in some build configurations. Fix an alignment issue with line numbers in side-by-side mode. ### Release Fixed an issue where prebuilt binaries on GitHub did not respect Cargo.lock, so they used newer library versions than tested on CI. This caused rendering bugs in source code with tabs.