bfb89ef
Release 1.0.97c7fca9b
Ignore elidable_lifetime_names pedantic clippy lint427c0bb
Point standard library links to stableSourced from thiserror's releases.
2.0.12
- Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)
95a5126
Release 2.0.1276490f7
Merge pull request #413
from dtolnay/elidablelifetime9f27b76
Ignore elidable_lifetime_names pedantic clippy lintdaf2a6f
Resolve some elidable_lifetime_names pedantic clippy lint5f07160
Point standard library links to stable6706a51
Convert html links to intra-doc links2706873
More precise gitignore patterns70bc20d
Remove **/*.rs.bk from project-specific gitignoreSourced from spider's releases.
v2.31.5
Whats Changed
Chrome now manages document reloading to prevent infinite page reloading through scripting. The firewall feature flag now enables the firewall protection via networking on chrome as well for an improved ad, tracking, and malice website blocker.
- chore(chrome): add infinite loop document reload protection
- chore(chrome): add to block list
- chore(chrome): add firewall feature flag.
- perf(conf): remove box indirection proxies, whitelist, and blacklist
- chore(chrome): fix initial page status code set
- chore(chrome): add missing initial page retry
- chore(budget): fix shutdown
Full Changelog: https://github.com/spider-rs/spider/compare/v2.30.3...v2.31.5
7cb0f3c
Release 1.0.9423c425c
Raise minimum tested compiler to rust 1.67cbffe0c
Ignore elidable_lifetime_names pedantic clippy linta12fe8b
Point standard library links to stable36920b1
Combine rustdoc semver exempt cfg into one argument3a9bc71
Convert html links to intra-doc linksc7d999c
Unset doc-scrape-examples for lib target020a8ae
Resolve unnecessary_semicolon pedantic clippy lint0a77455
Ignore WebAssembly linker warningffc417a
More precise gitignore patternsSourced from insta's releases.
1.42.2
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! { .. }
. #712Install 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
File Platform Checksum cargo-insta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum cargo-insta-x86_64-apple-darwin.tar.xz Intel macOS checksum cargo-insta-x86_64-pc-windows-msvc.zip x64 Windows checksum cargo-insta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum cargo-insta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Sourced from insta's changelog.
1.42.2
- 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
e81bae9
Bump versions to 1.42.2 (#733)df78d98
Hide unseen
from --help
(#732)7a5e938
Fix duplicate snapshots on multiple targets with identical roots (#730)b72bfba
Improve functional test docs (#731)e6469ac
Qualify all references in macros to avoid name clashes (#729)b6ecee1
Add changelog for INSTA_WORKSPACE_ROOT at compile time (#727)ef4703f
Allow setting INSTA_WORKSPACE_ROOT at compile time (#726)04a98c3
Fix inline snapshot handling within allow_duplicates!
block
(#722)24f32aa
Fix crash on scanning indentation of arbitrary lines (#723)759283e
[ISSUE-718] Allow specifying cargo-nextest bin (#721)