Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 23:42
117c48f

0.2.0 (2026-07-30)

⚠ BREAKING CHANGES

  • CliRunner's default output is now text for a person, not JSON. A host that wants JSON declares it: new CliRunner(renderer: new JsonCliRenderer()). That JSON was never a decision — json_encode was the only path a non-scalar result had.

Features

  • a renderer materialises what a projector produced (6a9b1ed)