Sourced from insta's changelog.
1.35.1
- Fixed a bug with diffs showing bogus newlines.
1.35.0
- Fixed a crash when a file named
.config
was in the root.- Added new alternative
match .. { ... }
syntax to redactions for betterrustfmt
support. (#428)- The
--package
parameter can be supplied multiple times now. (#427)- Leading newlines in snapshots are now ignored to resolve issues with inline snapshots that were never able to match. (#444)
cargo insta test
now accepts the--test
parameter multiple times. (#437)
a75308a
1.35.1ffc3a9b
Trim on diff (#445)0d9c6c2
1.35.0fd86b00
Accept --test multiple times9f9c890
Clean up error location reporting for yaml parsing errors64d6647
Add the file reference on a YAML error message (#443)c23b057
Add deprecation warning for --delete-unreferenced-snapshots (#441)1f9ee0f
Only delete unreferenced snapshots after a successful test run (#440)0974fe8
Ignore leading newlines on snapshot comparison (#444)2a60c07
Clippy be happy