Release Notes
- Support other indention characters than spaces in inline snapshots. #679
- Fix an issue where multiple targets with the same root would cause too many pending snapshots to be reported. #730
- Hide
unseen
option in CLI, as it's pending deprecation. #732
- Stop
\t
and \x1b
(ANSI color escape) from causing snapshots to be escaped. #715
- Improved handling of inline snapshots within
allow_duplicates! { .. }
. #712
Install cargo-insta 1.42.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.42.2/cargo-insta-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.42.2/cargo-insta-installer.ps1 | iex"
Download cargo-insta 1.42.2