Skip to content

Commit

Permalink
Release sonda@0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Oct 1, 2024
1 parent 5f68d31 commit a57096b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions packages/sonda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Changelog

## 0.1.4

- Show "No data to display" with a helpful message when there is no data to display in the report.
- Prevent black boxes in tree maps with large `[unassigned]` tiles.

## 0.1.3

Show the approximate file and folder size after GZIP and Brotli compression.
- Show the approximate file and folder size after GZIP and Brotli compression.

## 0.1.2

Use the `open` package to open the generated reports.
- Use the `open` package to open the generated reports.

## 0.1.1

Use `execFileSync` instead of `exec` to prevent potential shell injection when the path contains characters that the shell interprets in a special way, for instance quotes and spaces.
- Use `execFileSync` instead of `exec` to prevent potential shell injection when the path contains characters that the shell interprets in a special way, for instance quotes and spaces.

## 0.1.0

Initial release of sonda that allowed generating an `'html'` and `'json'` report for bundles generated by Vite, Rollup, Webpack, and esbuild.
- Initial release of sonda that allowed generating an `'html'` and `'json'` report for bundles generated by Vite, Rollup, Webpack, and esbuild.
2 changes: 1 addition & 1 deletion packages/sonda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sonda",
"version": "0.1.3",
"version": "0.1.4",
"description": "Universal visualizer and analyzer for JavaScript and CSS bundles. Works with Vite, Rollup, webpack, and esbuild",
"keywords": [
"bundle analyzer",
Expand Down

0 comments on commit a57096b

Please sign in to comment.