v0.8.0
Highlights
septiembre changes now includes a readiness checklist — a quick, at-a-glance view of what a change set contains.
✨ Added
- Readiness checklist on the changes graph. Files are classified with regular expressions into four independent signals:
- Source code —
.go,.js/.ts/.tsx,.py,.astro, and more (tests excluded) - Tests —
_test.go,*.test.*,*.spec.*,test_*.py,tests/,__tests__/ - Documentation —
.md/.mdx/.rst/.adoc,docs/,README(changelog excluded) - Changelog —
CHANGELOG*
- Source code —
- Shown in the interactive HTML sidebar, the
--output jsonpayload (checklist), and--output table.
Each signal is matched independently, so a changelog is never miscounted as documentation and a test file is never miscounted as source code.
Full changelog: v0.7.0...v0.8.0