@statoscope/cli
Advanced tools
Changelog
5.20.0 (23 January 2022)
[webpack-model]
- huge performance improvement for stats normalization[webpack-plugin]
- add normalizeStats
that reduces stats size[webpack-ui]
- options
and data
props for chart
-view as jora-query[cli]
- minor fix for generate
-command output[webpack-ui]
- use the brand new Statoscope logo[report-writer]
- use logo as loading spinnerChangelog
5.19.3 (11 January 2022)
[stats-extension-package-info]
- collect more package versions[webpack-stats-extension-package-info]
- collect more package versionsChangelog
5.19.1 (12 December 2021)
[webpack-stats-extension-package-info]
- collect more package versionsChangelog
5.19.0 (26 November 2021)
[webpack-model]
- smart handling for concat modules container id
This improves modules diff.[helpers]
- add id modifier to indexer[cli]
- add init
and create
commands (#139 by @wildOrlik)Changelog
5.18.0 (O3 November 2021)
[config]
- more useful error message if any of plugins or reporters from statoscope config is not installed (#137 by @amalitsky)[webpack-model]
- fix d.tsChangelog
5.17.0 (27 October 2021)
[webpack-model]
- support grouped modules (stats: { all: true }
in webpack 5)[webpack-model]
- improved chunkName
helper
Now chunkName
helper returns more accurate chunk name[webpack-model]
- add assetChunkName
helper[webpack-model]
- total stats preparing refactoringChangelog
5.16.0 (25 October 2021)
[cli]
- Support reference
-arg for generate
and serve
commands (#134)[webpack-ui]
- Use input
and reference
files by default for diff page (#134)[webpack-ui]
- Add details to chunks-tab (Added/Removed/Changed modules) at diff page. (#133 by @andreygmc)Changelog
5.14.0 (13 October 2021)
[cli]
- add query
command (#130)[cli]
- add inject-report
command[webpack-ui]
- use report id when no report name specified[stats-extension-custom-reports]
- handleReport returns boolean instead of throw an error