Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 27 Nov 18:42

0.13.0 (2025-11-27)

Features

  • feat(reporters): support generating formatted output as string instead of writing to stdout (#128)
    • refactors reporter modules to separate formatting logic from stdout printing
    • export to<format> functions and rework some of the tests. (960cb87)
    • enables use-case where reports are consumed programmatically (e.g. regression testing, file output) instead of directly printed
    • updates json, text and csv reporters to export to<Format>() methods and adjust associated tests accordingly