Changelog
Generated from CHANGELOG.md in the project repository. Never maintained twice.
0.4.0
23 June 2026
- addedAstro 7 support: the peer dependency is now
^5.0.0 || ^6.0.0 || ^7.0.0. - changedRequires Node.js 22.12.0 or later, the minimum of Astro 7.
- fixedContent collection timings keep the original module id when its path has no
srcsegment. - securityThe HTML report escapes integration, plugin, page and asset names to prevent HTML injection.
0.2.0
25 February 2026
- addedAstro 6 support: the peer dependency is now
^5.0.0 || ^6.0.0. - breakingAstro 4 is no longer supported.
0.1.4
8 December 2025
- fixedIntegration hooks are wrapped in place, so closures shared between hooks keep working (required by
@astrojs/mdx).
0.1.3
8 December 2025
- fixedThe Vite plugin wrapper keeps synchronous hooks synchronous, which fixes MDX transforms.
0.1.2
8 December 2025
- fixedThe integration hook wrapper keeps synchronous hooks such as
astro:config:donesynchronous for MDX compatibility.
0.1.0
8 December 2025
- addedTimings for Astro integration hooks and for the Vite plugin hooks
resolveId,load,transformandrenderChunk. - addedPer-page, asset and content collection aggregation.
- addedConsole, JSON and HTML output, or a custom output function.
- addedComparison with the previous JSON report, build budgets and a GitHub Actions step summary.