Skip to content

v0.4.3

Choose a tag to compare

@morodomi morodomi released this 24 Mar 00:53
· 91 commits to main since this release

v0.4.3 (2026-03-24)

Same-file helper tracing for all 4 languages, L1 exclusive mode for observe, and GT audit.

Features

  • Same-file helper tracing (Python): Tests calling helpers with assertions in the same file are no longer T001 BLOCK FP. (#150)
  • Same-file helper tracing (TypeScript): Includes arrow function helper support. (#151)
  • Same-file helper tracing (PHP): Free function helpers at file scope. (#152)
  • L1 exclusive mode: --l1-exclusive flag suppresses L2 import tracing for L1-matched test files. Reduces FP from incidental imports. (#131)

Dogfooding

  • GT audit (#149): Rust P=76.7% (tokio), PHP P=90.0% (laravel). Both remain experimental.
  • #153 (cross-file) deferred to v0.4.4. #129 (fan-out filter) deferred to backlog.

Internal

  • 1142 tests (up from 1119 in v0.4.2).

Install: cargo install exspec