0.1.1 (2026-08-06)
Features
- bridge-revolt: add bridge for async tests using Revolt loop (#269) (b109c63)
- fiber: new testo/fiber plugin — #[RunInFiber] cooperative-fiber tests (#268) (a109282)
- new internal/fiber package with the
FiberLocalWeakMap primitive (draft) (b109c63)
Bug Fixes
- plugin-fiber: move the method-level fiber outside the per-test pipeline so the scoped-state guards run inside it (b109c63)
Code Refactoring
- assert: read the assertion state in
AssertJsonthroughStaticState::current()(b109c63)