Releases: filipsobol/sonda
Releases · filipsobol/sonda
[email protected]
Sonda has a new home. You can now visit https://sonda.dev for installation and usage instructions, or try it out at https://sonda.dev/demo.
Patch Changes
- d6e2d76: Add links to Sonda documentation
[email protected]
Minor Changes
- 0e92901: Add the
filename
option to allow changing the report output path
[email protected]
[email protected]
Patch Changes
- 05de327: Sort
inputs
andoutputs.inputs
in JSON report for easier diffing
[email protected]
[email protected]
[email protected]
v0.2.1
v0.2.0
0.2.0
Besides the new features listed below, this release changes some default behaviors. Now, sonda will not read external source maps or calculate file sizes after compression with GZIP and Brotli. If you want to use these features, use the following new configuration options:
{
"detailed": true,
"gzip": true,
"brotli": true
}
Please refer to README.md for more information.
Minor Changes
- Add switch to toggle between uncompressed, GZIP, and Brotli treemap diagrams.
- Do not read dependency source maps by default. Use the
detailed
configuration option to read them. - Update modal for assets to display how much code comes from ESM, CJS, or unknown sources.
- Improve GZIP and Brotli compression size estimations instead of showing worst-case sizes.
- Add modal for assets that displays the bundled, GZIP, and Brotli sizes.
- Update modal for assets to list external dependencies.
- Do not calculate GZIP and Brotli sizes by default. Use the
gzip
andbrotli
configuration options to calculate them.
Patch Changes
- Correctly load source maps when
sourceMappingURL
contains URL params. - Remove unnecessary
#__PURE__
comments.
[email protected]
Patch Changes
- 97fcbb3: Round module type percentages to two decimal places