View Source Changelog
All notable changes to this project are documented in this file. The project uses Semantic Versioning.
Unreleased
0.2.0 - 2026-07-27
- Add pipe-friendly
show(value, label)for recording intermediate data. - Limit inspected collections, strings, and final preview length.
- Display shown values in JSON and static HTML reports.
- Advance the report format to schema version 2.
- Document sensitive-data risks and the choice not to intercept Logger output.
0.1.0 - 2026-07-27
First public release.
- Add
step/2andcheck/2with preserved ExUnit failure semantics. - Isolate events from concurrently running tests.
- Generate normalized
report.jsonafter passing and failing suites. - Generate a minimal static
index.htmlgrouped by behavior section. - Document installation alongside the standard ExUnit CLI formatter.
- Support Elixir 1.14 and OTP 25 as the verified baseline.